HttpServiceException
The exception thrown when call to Http server failed (e.g. WebApi or Kepler). This class cannot be inherited.
The default fatal value.
The default HTTP status code when it's unknown or not supplied.
Gets a value indicating whether the error is considered fatal.
Gets the HTTP response status code.
public HttpServiceException()
Initializes a new instance of the HttpServiceException class.
Initializes a new instance of the HttpServiceException class.
Initializes a new instance of the HttpServiceException class.
Initializes a new instance of the HttpServiceException class.
Initializes a new instance of the HttpServiceException class.
Initializes a new instance of the HttpServiceException class.
public HttpServiceException(string message, Exception innerException, HttpStatusCode statusCode, bool fatal)
Initializes a new instance of the HttpServiceException class.