InvalidItemExceptionArgs.Exception Property
Gets a thrown exception.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
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