Skip to main content
All docs
V24.1

InvalidNodeExceptionArgs(Object, Boolean, IEnumerable<Object>, Exception, String, String, ExceptionMode) Constructor

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.1.dll

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

Declaration

public InvalidNodeExceptionArgs(
    object item,
    bool isNewItem,
    IEnumerable<object> path,
    Exception exception,
    string errorText,
    string windowCaption,
    ExceptionMode exceptionMode
)

Parameters

Name Type
item Object
isNewItem Boolean
path IEnumerable<Object>
exception Exception
errorText String
windowCaption String
exceptionMode ExceptionMode
See Also