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 |
is |
Boolean |
path | IEnumerable<Object> |
exception | Exception |
error |
String |
window |
String |
exception |
Exception |
See Also