Gets a message that describes the current exception.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public override string Message { get; }
Public Overrides ReadOnly Property Message As String Get
public: virtual property String^ Message { String^ get () override; }
abstract Message : string with get override Message : string with get
Return Value
String
The error message that explains the reason for the exception, or an empty string("").
The error message that explains the reason for the exception, or an empty string("").
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)