HttpClientRequestExceptionMessage Property DocuWare Platform .NET API
Gets a message that describes the current exception.

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.6
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

Reference