Class NumberOfActivationsExceededActivationServerException
Indicates that the License associated with the supplied activation key has already been activated the maximum permitted number of times designated in License entity in the Software Potential service.
Namespace: Sp.Agent.Activation
Assembly: Sp.Agent.dll
Constructors
NumberOfActivationsExceededActivationServerException(Exception, String)
Creates an instance with the supplied inner exception detail and standard error message.
Declaration
public NumberOfActivationsExceededActivationServerException(Exception innerException, string code)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException | The inner exception. |
System.String | code | The fault code encountered. |
NumberOfActivationsExceededActivationServerException(SerializationInfo, StreamingContext)
Declaration
protected NumberOfActivationsExceededActivationServerException(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