HttpParseException Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the HttpParseException class with a specified error message.
Assembly: System.Web (in System.Web.dll)
Parameters
- message
-
Type:
System::String^
The exception message to specify when the error occurs.
The following example demonstrates the use of the HttpException constructor. For a complete, working code example, see the HttpParseException overview topic.
.NET Framework
Available since 2.0
Available since 2.0
Show: