TextValidationErrorEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Exception, _
ByVal As System.String _
)
public TextValidationErrorEventArgs(
System.Exception ,
System.string
)
パラメータ
- exception
- 最初に TextValidationError イベントを発生させた例外。
- text
- 解析されていたテキスト。
参照