Skip to main content
All docs
V25.1
  • InvalidItemExceptionArgs(Object, Boolean, Exception, String, String, ExceptionMode) Constructor

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

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    Declaration

    public InvalidItemExceptionArgs(
        object item,
        bool isNewItem,
        Exception exception,
        string errorText,
        string windowCaption,
        ExceptionMode exceptionMode
    )

    Parameters

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