forwardRequestNotFoundException Class   Table of ContentRequestNotFoundException Constructor forward
RequestNotFoundException Constructor
Overload List
  NameDescription
Public methodRequestNotFoundException()
Initializes a new instance of the Exception class.
Public methodRequestNotFoundException(String)
Initializes a new instance of the Exception class with a specified error message.
Protected methodRequestNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
Public methodRequestNotFoundException(String, Exception)
Initializes a new instance of the Exception class with a specified error message and inner exception.
Top
See Also