Class LicenseExpiredException
This exception was thrown if required license cannot be found.
Implements
Inherited Members
Namespace: OnixS.CmeDropCopyHandler
Assembly: OnixS.CmeDropCopyHandler.dll
Syntax
[Serializable]
public class LicenseExpiredException : LicenseException, ISerializable
Constructors
LicenseExpiredException()
Initializes a new instance of the Exception class.
Declaration
public LicenseExpiredException()
LicenseExpiredException(string)
Initializes a new instance of the Exception class with a specified error message.
Declaration
public LicenseExpiredException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
LicenseExpiredException(string, Exception)
Initializes a new instance of the Exception class with a specified error message and inner exception.
Declaration
public LicenseExpiredException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
Exception | inner | Inner Exception. |