DatePickerDateValidationErrorEventArgs(Exception, String) Konstruktor

Definice

Inicializuje novou instanci DatePickerDateValidationErrorEventArgs třídy .

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)

Parametry

exception
Exception

Počáteční výjimka z DateValidationError události

text
String

Text, který událost způsobil DateValidationError .

Platí pro