Click or drag to resize
HttpClientRequestExceptionMessage Property
Gets a message that describes the current exception.

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

Return Value

Type: String
The error message that explains the reason for the exception, or an empty string("").

Implements

_ExceptionMessage
See Also