HttpParseException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the HttpParseException class with a specified error message and a reference to the inner.
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: