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