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

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

    Namespace: DevExpress.Data.Utils

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

    Declaration

    public ProcessStartFailedExceptionEventArgs(
        Exception exception
    )

    Parameters

    Name Type Description
    exception Exception

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

    See Also