Skip to main content
All docs
V23.2

InvalidItemExceptionArgs.Exception Property

Gets a thrown exception.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public Exception Exception { get; }

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