Class LicenseNotFoundException
This exception was thrown if required license cannot be found.
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
[Serializable]
public class LicenseNotFoundException : LicenseException, ISerializable
Constructors
LicenseNotFoundException()
Initializes a new instance of the Exception class.
Declaration
public LicenseNotFoundException()
LicenseNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
Declaration
protected LicenseNotFoundException(SerializationInfo info, 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, 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 |
---|---|---|
System.String | message | The message that describes the error. |
System.Exception | inner | Inner Exception. |
Implements
System.Runtime.Serialization.ISerializable