Class ProductIdMismatchActivationServerException
Indicates that the Software Potential service refused to activate the license as its product Id did not match the product Id supplied in the activation request.
Namespace: Sp.Agent.Activation
Assembly: Sp.Agent.dll
Constructors
ProductIdMismatchActivationServerException(Exception, String)
Creates an instance with the supplied inner exception detail and standard error message.
Declaration
public ProductIdMismatchActivationServerException(Exception innerException, string code)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException | |
System.String | code |
ProductIdMismatchActivationServerException(SerializationInfo, StreamingContext)
Declaration
protected ProductIdMismatchActivationServerException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception