Skip to main content
All docs
V24.2

InvalidItemExceptionArgs.Exception Property

Gets a thrown exception.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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