DataGridViewDataErrorEventArgs Constructor
.NET Framework 4.5
Initializes a new instance of the DataGridViewDataErrorEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public DataGridViewDataErrorEventArgs( Exception exception, int columnIndex, int rowIndex, DataGridViewDataErrorContexts context )
Parameters
- exception
- Type: System.Exception
The exception that occurred.
- columnIndex
- Type: System.Int32
The column index of the cell that raised the DataError.
- rowIndex
- Type: System.Int32
The row index of the cell that raised the DataError.
- context
- Type: System.Windows.Forms.DataGridViewDataErrorContexts
A bitwise combination of DataGridViewDataErrorContexts values indicating the context in which the error occurred.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.