Property Message
Message
Gets a message that describes the current exception.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
string | The error message that explains the reason for the exception, or an empty string (""). |