DatePickerDateValidationErrorEventArgs(Exception, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DatePickerDateValidationErrorEventArgs class.
public:
DatePickerDateValidationErrorEventArgs(Exception ^ exception, System::String ^ text);
public DatePickerDateValidationErrorEventArgs (Exception exception, string text);
new System.Windows.Controls.DatePickerDateValidationErrorEventArgs : Exception * string -> System.Windows.Controls.DatePickerDateValidationErrorEventArgs
Public Sub New (exception As Exception, text As String)
Parameters
- exception
- Exception
The initial exception from the DateValidationError event.
- text
- String
The text that caused the DateValidationError event.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.