Skip to main content
All docs
V25.1
  • ProcessStartPolicy.ThrowOnErrors() Method

    Throws an exception if a process fails to start.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public static void ThrowOnErrors()

    Remarks

    Exceptions are not raised if a process fails to start. Call the static ThrowOnErrors method at application startup to throw exceptions.

    You can also handle the Failed event to respond to associated failures.

    See Also