バージョン

ParseErrorEventArgs コンストラクタ

コンストラクター。ParseErrorEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal value As Object, _
   ByVal treatValueAs As TreatValueAs, _
   ByVal exception As Exception, _
   ByVal context As Object _
)
public ParseErrorEventArgs( 
   object value,
   TreatValueAs treatValueAs,
   Exception exception,
   object context
)

パラメータ

value
エラーを持つ解析されている値。
treatValueAs
値がどのように解析されたかを指定します。
exception
解析エラーに関連付けられた例外。
context
関連付けられたコンテキスト。これはたとえばグリッド セルにできます。
参照