A web service exception.
public class WebServiceException : Exception
| name | description |
|---|---|
| WebServiceException() | Initializes a new instance of the WebServiceException class. |
| WebServiceException(…) | Initializes a new instance of the WebServiceException class. (3 constructors) |
| override Message { get; } | Gets a message that describes the current exception. |
| RequestMethod { get; } | Gets the request method. |
| RequestUri { get; } | Gets the request URI. |
| Response { get; } | Gets the response. |
| ResponseContentLength { get; } | Gets the response content length. |
| ResponseContentPreview { get; } | Gets the response content preview. |
| ResponseContentType { get; } | Gets the response content type. |
| ResponseHeaders { get; } | Gets the response headers. |
| ResponseStatusCode { get; } | Gets the response status code. |
| override ToString() | Returns a String that represents this instance. |