Skip to main content
All docs
V24.2

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.2.dll

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