Gets a message that describes the current exception.

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public override string Message { get; }
Visual Basic
Public Overrides ReadOnly Property Message As String
	Get
Visual C++
public:
virtual property String^ Message {
	String^ get () override;
}
F#
abstract Message : string with get
override Message : string with get

Return Value

Type: String
The error message that explains the reason for the exception, or an empty string("").

Implements

_Exception..::..Message

See Also