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