Class DistributorNotLicensedException
Thrown when an attempt to communicate with the Distributor Service for the purposes of obtaining a license allocation has failed.
The InnerException
property contains details of the underlying exception.
Namespace: Sp.Agent.Distributor
Assembly: Sp.Agent.Distributor.dll
Remarks
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
DistributorNotLicensedException(Exception, Uri, String)
Creates a new DistributorNotLicensedException citing the supplied cause, and .
Declaration
public DistributorNotLicensedException(Exception innerException, Uri baseUri, string feature)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException | |
System.Uri | baseUri | |
System.String | feature |
DistributorNotLicensedException(SerializationInfo, StreamingContext)
Declaration
protected DistributorNotLicensedException(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