Class DistributorLicenseOnClientException
Indicates that the supplied license blob is not a standard license, but is instead one that needs to be installed into a Software Potential Distributor and used indirectly via a Software Potential Distributor Client. See Install(Byte[]).
Namespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
DistributorLicenseOnClientException()
Constructs a new DistributorLicenseOnClientException.
Declaration
public DistributorLicenseOnClientException()
DistributorLicenseOnClientException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
protected DistributorLicenseOnClientException(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