Class LinkedLicenseNoStorageActivationServerException
Indicates that the Software Potential service refused to activate this Linked license, as no compatible license stores have been detected.
Namespace: Sp.Agent.Activation
Assembly: Sp.Agent.dll
Constructors
LinkedLicenseNoStorageActivationServerException(Exception, String)
Creates an instance with the supplied inner exception detail and standard error message.
Declaration
public LinkedLicenseNoStorageActivationServerException(Exception innerException, string code)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException | |
System.String | code |
LinkedLicenseNoStorageActivationServerException(SerializationInfo, StreamingContext)
Declaration
protected LinkedLicenseNoStorageActivationServerException(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