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!

WebException Constructor (String, WebStatus)

Creates a new instance of the WebException class with the specified error message and status.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Message As String, _
   ByVal Status As WebStatus _
)
[C#]
public WebException(
   string Message,
   WebStatus Status
);
[C++]
public: WebException(
   String* Message,
   WebStatus Status
);
[JScript]
public function WebException(
   Message : String,
   Status : WebStatus
);

Parameters

Message
The text of the error message.
Status
[To be supplied.]

See Also

WebException Class | WebException Members | System.Net Namespace | WebException Constructor Overload List