Exception Property
Gets the initial exception associated with the DateValidationError event.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
Get
member Exception : Exception with get
Property Value
Exception
The exception associated with the validation failure.
See Also
Reference
CalendarDatePickerDateValidationErrorEventArgs Class
Avalonia.Controls Namespace