Exception class for web exceptions.
string ContentType
Content-Type of response.
WebException(string Message, HttpStatusCode StatusCode, string ContentType, byte[] RawContent, object Content, HttpHeaders Headers)
Exception class for web exceptions.
byte[] RawContent
Raw undecoded content, in binary form.
HttpStatusCode StatusCode
HTTP Status Code of content.