DatePickerDateValidationErrorEventArgs(Exception, String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de DatePickerDateValidationErrorEventArgs klasse.

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

De eerste uitzondering van de DateValidationError gebeurtenis.

text
String

De tekst die de DateValidationError gebeurtenis heeft veroorzaakt.

Van toepassing op