ThrowException Property
Gets or sets a value indicating whether Exception should be thrown.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool ThrowException { get; set; }
Public Property ThrowException As Boolean
Get
Set
member ThrowException : bool with get, set
Property Value
Boolean
True if the exception should be thrown; otherwise, false.
Exceptions
ArgumentException | If set to true and Exception is null. |
See Also
Reference
CalendarDatePickerDateValidationErrorEventArgs Class
Avalonia.Controls Namespace