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.Response

Gets the error message returned from the remote host.

[Visual Basic]
Public ReadOnly Property Response As WebResponse
[C#]
public WebResponse Response {get;}
[C++]
public: __property WebResponse* get_Response();
[JScript]
public function get Response() : WebResponse;

Remarks

When an error response is received from the remote host, the response is contained in a standard WebResponse instance.

See Also

WebException Class | WebException Members | System.Net Namespace