Skip to main content

InvalidRowExceptionEventArgs(GridControl, Int32, String, String, Exception, ExceptionMode) Constructor

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 GridControl
rowHandle Int32
errorText String
windowCaption String
exception Exception
exceptionMode ExceptionMode
See Also