Class LicenseException
Signals that an operation has failed due to a licensing error, such as a missing license or license limit being exceeded.
Inherited Members
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
[Serializable]
public class LicenseException : PortableException, IPortableObject, ISerializable
Constructors
LicenseException()
Construct a new LicenseException.
Declaration
public LicenseException()
LicenseException(SerializationInfo, StreamingContext)
Construct a LicenseException class with serialized data.
Declaration
public LicenseException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
LicenseException(string)
Construct a LicenseException with the given detail message.
Declaration
public LicenseException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | A detail message. |