HttpClientRequestException MembersDocuWare Platform .NET API
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.
Back to Top
Methods

  NameDescription
Public methodStatic memberCreate
Creates the specified message.
Public methodToString
Returns a OnlineString that represents this instance.
(Overrides OnlineException ToString .)
Back to 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 OnlineException Message.)
Public propertyMethod
Gets the method.
Public propertyReasonPhrase
Gets the reason phrase.
Public propertyStatusCode
Gets the status code.
Public propertyUri
Gets the URI.
Back to Top
See Also