Gets a message that describes the current exception.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public override string Message { get; }
Visual Basic
Public Overrides ReadOnly Property Message As String
	Get

Return Value

The error message that explains the reason for the exception.

Implements

_Exception..::..Message

See Also