InvalidItemExceptionArgs.Exception Property
Gets a thrown exception.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Exception | A thrown exception. |
Remarks
Set the ExceptionMode property to ThrowException to throw an exception when a user enters invalid data.
See Also