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;
When an error response is received from the remote host, the response is contained in a standard WebResponse instance.
WebException Class | WebException Members | System.Net Namespace