Class TagsChangedActivationServerException
Indicates that the Software Potential service refused to re-activate the license due to an inability to fulfill a stipulation that all activation tags must match those of the preceding activation.
Namespace: Sp.Agent.Activation
Assembly: Sp.Agent.dll
Constructors
TagsChangedActivationServerException(Exception, String)
Creates an instance with the supplied inner exception detail and standard error message.
Declaration
public TagsChangedActivationServerException(Exception innerException, string code)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException | The inner exception. |
System.String | code | The fault code encountered. |
TagsChangedActivationServerException(SerializationInfo, StreamingContext)
Declaration
protected TagsChangedActivationServerException(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