1 write to Exception
PresentationFramework (1)
src\Framework\System\Windows\Controls\DatePickerDateValidationErrorEventArgs.cs (1)
26
this.
Exception
= exception;
3 references to Exception
PresentationFramework (3)
src\Framework\System\Windows\Controls\DatePicker.cs (3)
1126
throw dateValidationError.
Exception
;
1135
if (textParseError.ThrowException && textParseError.
Exception
!= null)
1137
throw textParseError.
Exception
;