Class LicenseNotFoundException
This exception was thrown if required license cannot be found.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public class LicenseNotFoundException : LicenseException
Constructors
LicenseNotFoundException()
Initializes a new instance of the Exception class.
Declaration
public LicenseNotFoundException()
LicenseNotFoundException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Initializes a new instance of the Exception class with serialized data.
Declaration
protected LicenseNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
LicenseNotFoundException(String)
Initializes a new instance of the Exception class with a specified error message.
Declaration
public LicenseNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
LicenseNotFoundException(String, System.Exception)
Initializes a new instance of the Exception class with a specified error message and inner exception.
Declaration
public LicenseNotFoundException(string message, System.Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
System.Exception | inner | Inner Exception. |