1 write to Exception
PresentationFramework (1)
System\Windows\Controls\DatePickerDateValidationErrorEventArgs.cs (1)
25this.Exception = exception;
3 references to Exception
PresentationFramework (3)
System\Windows\Controls\DatePicker.cs (3)
1137throw dateValidationError.Exception; 1146if (textParseError.ThrowException && textParseError.Exception != null) 1148throw textParseError.Exception;