DatePickerDateValidationErrorEventArgs(Exception, String) 建構函式

定義

初始化 DatePickerDateValidationErrorEventArgs 類別的新執行個體。

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)

參數

exception
Exception

DateValidationError 事件中的初始例外狀況 (Exception)。

text
String

造成 DateValidationError 事件的文字。

適用於