forwardRequestNotFoundException Constructor (SerializationInfo, StreamingContext)   Table of ContentRequestNotFoundException Propertiesforward
RequestNotFoundException Constructor (String, Exception)
Initializes a new instance of the Exception class with a specified error message and inner exception.

Namespace:  OnixS.CmeStpHandler
Assembly:  OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax
C#
public RequestNotFoundException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String
The message that describes the error.
innerException
Type: System.Exception
Inner Exception.
See Also