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, Exception)

Construct an exception using error message, HTTP code, and inner exception.

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

Parameters

message
Error message that will be displayed to browser client.
innerException
[To be supplied.]

See Also

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