Class HttpErrorResponseException
public class HttpErrorResponseException : Exception, ISerializable
- Inheritance
-
HttpErrorResponseException
- Implements
- Inherited Members
Constructors
HttpErrorResponseException(IWebResponseData)
public HttpErrorResponseException(IWebResponseData response)
Parameters
response
IWebResponseData
HttpErrorResponseException(string, IWebResponseData)
public HttpErrorResponseException(string message, IWebResponseData response)
Parameters
message
stringresponse
IWebResponseData
HttpErrorResponseException(string, Exception, IWebResponseData)
public HttpErrorResponseException(string message, Exception innerException, IWebResponseData response)
Parameters
message
stringinnerException
Exceptionresponse
IWebResponseData
Properties
Response
public IWebResponseData Response { get; }