Click or drag to resize

AskiaPortalExceptionMessage Property

Gets a message that describes the current exception.

Namespace:  AskiaPortalCmn.Exceptions
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
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