Click or drag to resize
HttpClientRequestException Constructor (HttpResponseMessage, String)
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,
	string messageText
)

Parameters

message
Type: System.Net.HttpHttpResponseMessage
The message.
messageText
Type: SystemString
The message text.
See Also