HttpClientRequestException Message 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: 6.5.0.0 (6.5.0.5648)
Syntax

public override string Message { get; }

Return Value

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

Implements

Online_Exception Message
See Also