• Version 4.1.0
Show / Hide Table of Contents

Class RequestNotFoundException

This exception was thrown if request cannot be found by request ID taken from received response.

Inheritance
object
Exception
RequestNotFoundException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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(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.

Implements

ISerializable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX