Wisej.Web.DataGridViewDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the DataError event.
Initializes a new instance of the DataGridViewDataErrorEventArgs class.
Name | Type | Description |
---|---|---|
Exception: Returns the exception that represents the error.
Boolean: Returns or sets whether to throw the exception after the DataGridViewDataErrorEventHandler delegate is finished with it.
Throws:
ArgumentException When setting this property to true, the Exception property value is null.
Name | Description |
---|---|
Represents the method that will handle the DataError event of a DataGridView.
exception
The exception that occurred.
columnIndex
The column index of the cell that raised the DataError.
rowIndex
The row index of the cell that raised the DataError.