Class CheckedOutNotLicensedException
Thrown when a feature is not present within the set of Features currently Checked out.
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
CheckedOutNotLicensedException(SerializationInfo, StreamingContext)
Declaration
protected CheckedOutNotLicensedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
CheckedOutNotLicensedException(String)
Creates a new CheckedOutNotLicensedException citing the supplied feature
.
Declaration
public CheckedOutNotLicensedException(string feature)
Parameters
Type | Name | Description |
---|---|---|
System.String | feature |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception