LogicExceptionMessage Property |
Gets a message that describes the current exception.
Namespace: Entelect.ErrorHandlingAssembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntaxpublic 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