Gets the error message text.
Syntax
'Declaration
Public ReadOnly Property Message As String
'Usage
Dim instance As TdError
Dim value As String
value = instance.Message
public string Message {get;}
public:
property String^ Message {
String^ get();
}
Property Value
The message text describing the error.
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also