Skip to main content
All docs
V25.1
  • ProcessStartFailedExceptionEventArgs(Exception) Constructor

    Initializes a new instance of the ProcessStartPolicy.ProcessStartFailedExceptionEventArgs class with specified settings.

    Namespace: DevExpress.Data.Utils

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

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

    Declaration

    public ProcessStartFailedExceptionEventArgs(
        Exception exception
    )

    Parameters

    Name Type Description
    exception Exception

    The exception. This value is assigned to the Exception property.

    See Also