Click or drag to resize
DeserializedHttpResponseTException Property
Gets the exception in case the request failed.

Namespace: DocuWare.Services.Http
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public Exception Exception { get; }

Property Value

Type: Exception
The exception.
See Also