1 write to Exception
PresentationFramework (1)
System\Windows\Controls\DatePickerDateValidationErrorEventArgs.cs (1)
22this.Exception = exception;
3 references to Exception
PresentationFramework (3)
System\Windows\Controls\DatePicker.cs (3)
1133throw dateValidationError.Exception; 1142if (textParseError.ThrowException && textParseError.Exception != null) 1144throw textParseError.Exception;