バージョン

ErrorDisplayingEventArgs コンストラクタ

新しい ErrorDisplayingEventArgs を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal error As DataErrorInfo, _
   ByVal displayType As ScheduleErrorDisplayType _
)
public ErrorDisplayingEventArgs( 
   DataErrorInfo error,
   ScheduleErrorDisplayType displayType
)

パラメータ

error
メッセージを表示するエラー。
displayType
ユーザーにエラーを提示する場合に使用する表示のタイプを示します。
参照