Initializes a new instance of the GridErrorEventArgs class.
シンタックス
'宣言
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
- The row index of the cell where the error was detected.
- col
- The column index of the cell where the error was detected.
- exception
- The Exception object that contains information about the error.
- handled
- Whether the error was handled internally and no exception should be thrown.
参照