Skip to main content
All docs
V24.2

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

In This Article

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.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