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)

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

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

Parameters

Message
The text of the error message.

See Also

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