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 Sub New (
	message As String
)

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.

Throw New HttpParseException("This custom HtmlSelect control" & _ 
         "requires child elements of the form ""MyCustomOption""")

.NET Framework
Available since 2.0
Return to top
Show: