NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpException Constructor (String)

Construct an exception using error message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public HttpException(
   string message
);
[C++]
public: HttpException(
   String* message
);
[JScript]
public function HttpException(
   message : String
);

Parameters

message
Error message that will be displayed to browser client.

Exceptions

Exception Type Condition
message [To be supplied.]

See Also

HttpException Class | HttpException Members | System.Web Namespace | HttpException Constructor Overload List