HttpParseException Constructor (String^)

 

Initializes a new instance of the HttpParseException class with a specified error message.

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

public:
HttpParseException(
	String^ message
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: