Click or drag to resize
HttpClientRequestException Constructor (HttpResponseMessage, Exception)
Initializes a new instance of the HttpClientRequestException class.

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public HttpClientRequestException(
	HttpResponseMessage message,
	Exception inner
)

Parameters

message
Type: System.Net.HttpHttpResponseMessage
The message.
inner
Type: SystemException
The inner.
See Also