Class DistributorIntegrityNotLicensedException
Thrown when the Distributor Service is not in a position to satisfy a license allocation due to an integrity violation on the specified Distributor Service instance.
Namespace: Sp.Agent.Distributor
Assembly: Sp.Agent.Distributor.dll
Remarks
This exception signifies that the licenses and/or usage information on the specified Distributor Service machine have become inconsistent.
The occurrence of this exception additionally implies that it has not been possible to satisfy the required Feature requirement from any (non-Distributor) Licenses maintained on the current machine.
Constructors
DistributorIntegrityNotLicensedException(SerializationInfo, StreamingContext)
Declaration
protected DistributorIntegrityNotLicensedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
DistributorIntegrityNotLicensedException(Uri, String)
Creates a new DistributorIntegrityNotLicensedException citing the supplied baseUri
and feature
.
Declaration
public DistributorIntegrityNotLicensedException(Uri baseUri, string feature)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | baseUri | |
System.String | feature |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception