InvalidItemExceptionArgs(Object, Boolean, Exception, String, String, ExceptionMode) Constructor
In This Article
Initializes a new instance of the InvalidItemExceptionArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.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 |
is |
Boolean |
exception | Exception |
error |
String |
window |
String |
exception |
Exception |
See Also