CalendarDatePickerDateValidationErrorEventArgs Constructor
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public CalendarDatePickerDateValidationErrorEventArgs(
Exception exception,
string text
)
Public Sub New (
exception As Exception,
text As String
)
new :
exception : Exception *
text : string -> CalendarDatePickerDateValidationErrorEventArgs
Parameters
- exception Exception
-
The initial exception from the
DateValidationError
event.
- text String
-
The text that caused the
DateValidationError
event.