Skip to main content
All docs
V25.1
  • InvalidItemExceptionArgs.Exception Property

    Gets a thrown exception.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.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