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

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual string Message { get; }

Return Value

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