Click or drag to resize
HttpClientRequestExceptionCreate Method
Creates the specified message.

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

Parameters

message
Type: System.Net.HttpHttpResponseMessage
The message.
inner (Optional)
Type: SystemException
The inner.

Return Value

Type: HttpClientRequestException
See Also