HttpParseException Constructor (String^, Exception^)

 

Initializes a new instance of the HttpParseException class with a specified error message and a reference to the inner.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
HttpParseException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

The exception message to specify when the error occurs.

innerException
Type: System::Exception^

The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.

.NET Framework
Available since 2.0
Return to top
Show: