Class LicenseException
This exception was thrown if corrupted or expired license found.
Implements
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class LicenseException : Exception, ISerializable
Constructors
LicenseException()
Initializes a new instance of the Exception class.
Declaration
public LicenseException()
LicenseException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
Declaration
protected 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)
Initializes a new instance of the Exception class with a specified error message.
Declaration
public LicenseException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
LicenseException(string, Exception)
Initializes a new instance of the Exception class with a specified error message and inner exception.
Declaration
public LicenseException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
Exception | inner | Inner Exception. |