GridErrorEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Exception, _
ByVal handled As System.Boolean _
)
public GridErrorEventArgs(
System.int ,
System.int ,
System.Exception ,
System.bool handled
)
パラメータ
- row
- エラーが検出されたセルの行インデックス。
- col
- エラーが検出されたセルの列インデックス。
- exception
- エラーに関する情報を含む Exceptionオブジェクト。
- handled
- エラーを内部で処理し、例外を生成しないかどうか。
参照