Error Property
Gets the error that occurred on the source, if any.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Exception? Error { get; set; }
Public Property Error As Exception
Get
Set
member Error : Exception with get, set