InvalidRowExceptionEventArgs(GridViewBase, Int32, String, String, Exception, ExceptionMode) Constructor
Initializes a new instance of the InvalidRowExceptionEventArgs class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public InvalidRowExceptionEventArgs(
GridViewBase view,
int rowHandle,
string errorText,
string windowCaption,
Exception exception,
ExceptionMode exceptionMode
)
#Parameters
Name | Type | Description |
---|---|---|
view | Grid |
A Grid |
row |
Int32 | An integer value that specifies the handle of the row that failed validation. This value is assigned to the Row |
error |
String | A String value that specifies the error description. This value is assigned to the Invalid |
window |
String | A String value that specifies the caption of the error window. This value is assigned to the Invalid |
exception | Exception | A Exception object representing the exception that raised the event. This value is assigned to the Invalid |
exception |
Exception |
An Exception |