ProcessStartFailedExceptionEventArgs(Exception) Constructor
Initializes a new instance of the ProcessStartPolicy.ProcessStartFailedExceptionEventArgs class with specified settings.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
exception | Exception | The exception. This value is assigned to the Exception property. |
See Also