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

Namespace: Entelect.ErrorHandling
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
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