Gets a message that describes the current exception.
'Declaration
Public Overridable ReadOnly Property Message As String
public virtual string Message {get;}
Property Value
The error message that explains the reason for the exception, or an empty string ("").