InvalidRowExceptionEventArgs(GridControlBase, Int32, String, String, Exception, ExceptionMode) Constructor
Initializes a new instance of the InvalidRowExceptionEventArgs class.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public InvalidRowExceptionEventArgs(
GridControlBase grid,
int rowHandle,
string errorText,
string windowCaption,
Exception exception,
ExceptionMode exceptionMode
)
#Parameters
Name | Type | Description |
---|---|---|
grid | 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 |