InvalidRowExceptionEventArgs(GridControl, Int32, String, String, Exception, ExceptionMode) Constructor
In This Article
Initializes a new instance of the InvalidRowExceptionEventArgs class with specified settings.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public InvalidRowExceptionEventArgs(
GridControl grid,
int rowHandle,
string errorText,
string windowCaption,
Exception exception,
ExceptionMode exceptionMode
)
#Parameters
Name | Type |
---|---|
grid | Grid |
row |
Int32 |
error |
String |
window |
String |
exception | Exception |
exception |
Exception |
See Also