Message Property
Gets a message that describes the current exception.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public override string Message { get; }
Public Overrides ReadOnly Property Message As String
Get
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 ("").