HttpClientRequestException ClassDocuWare Platform .NET API
A client HTTP client exception.
Inheritance Hierarchy

SystemObject
  SystemException
    DocuWare.Services.Http.ClientHttpClientRequestException

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
public class HttpClientRequestException : Exception

The HttpClientRequestException type exposes the following members.

Constructors

  NameDescription
Public methodHttpClientRequestException(HttpResponseMessage)
Initializes a new instance of the HttpClientRequestException class.
Public methodHttpClientRequestException(HttpResponseMessage, Exception)
Initializes a new instance of the HttpClientRequestException class.
Public methodHttpClientRequestException(HttpResponseMessage, String)
Initializes a new instance of the HttpClientRequestException class.
Protected methodHttpClientRequestException(SerializationInfo, StreamingContext)
Initializes a new instance of the HttpClientRequestException class.
Top
Methods

  NameDescription
Public methodStatic memberCreate
Creates the specified message.
Public methodToString
Returns a String that represents this instance.
(Overrides ExceptionToString.)
Top
Extension Methods

  NameDescription
Public Extension MethodExtractErrorMessage
Extracts the error message from the exception.
(Defined by ErrorProcessing.)
Public Extension MethodGetInnerMostException
Gets the inner most exception.
(Defined by ExceptionExtensions.)
Top
Properties

  NameDescription
Public propertyError
Gets the error.
Public propertyHtmlError
Gets the HTML error.
Public propertyMessage
Gets a message that describes the current exception.
(Overrides ExceptionMessage.)
Public propertyMethod
Gets the method.
Public propertyReasonPhrase
Gets the reason phrase.
Public propertyStatusCode
Gets the status code.
Public propertyUri
Gets the URI.
Top
See Also

Reference