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