HttpUnhandledException Constructor (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the HttpUnhandledException class with the specified error messages.

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

public:
HttpUnhandledException(
	String^ message
)

Parameters

message
Type: System::String^

The message displayed to the client when the exception is thrown.

.NET Framework
Available since 2.0
Return to top
Show: