Skip to main content
All docs
V25.1
  • ExceptionMode Enum

    Lists values that specify how to handle an exception.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    Declaration

    public enum ExceptionMode

    Members

    Name Description
    DisplayError

    Displays an error message box with text specified by the ErrorText property. Use the WindowCaption property to specify the message box’s caption.

    ThrowException

    Throws an exception. Use the Exception property to get this exception.

    NoAction

    Displays an error icon and does not allow users to focus other rows until values are corrected.

    Ignore

    Ignores an exception.

    Related API Members

    The following properties accept/return ExceptionMode values:

    See Also