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