Skip to main content
All docs
V23.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.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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