ExceptionMessage Property |
Gets a message that describes the current exception.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual string Message { get; }
Return Value
Type:
StringThe error message that explains the reason for the exception, or an empty string("").
See Also