Skip to main content
All docs
V24.2

InvalidRowExceptionArgs(Object, Boolean, Int32, Exception, String, String, ExceptionMode) Constructor

Initializes a new instance of the InvalidRowExceptionArgs class with specified settings.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

Declaration

public InvalidRowExceptionArgs(
    object item,
    bool isNewItem,
    int sourceIndex,
    Exception exception,
    string errorText,
    string windowCaption,
    ExceptionMode exceptionMode
)

Parameters

Name Type
item Object
isNewItem Boolean
sourceIndex Int32
exception Exception
errorText String
windowCaption String
exceptionMode ExceptionMode
See Also