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

Creates a new instance of the WebException class with the specified error message, nested exception, status and response.

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

Parameters

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

See Also

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