DatePickerDateValidationErrorEventArgs(Exception, String) Constructor

Definition

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