[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a message that describes the current exception.
Namespace: net.esper.client
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property Message As String |
C# |
---|
public override string Message { get; } |
Visual C++ |
---|
public:
virtual property String^ Message {
String^ get () override;
} |
Field Value
Return Value
The error message that explains the reason for the exception, or an empty string("").