ExitingProcessEventArgs(Int32) Constructor
Initializes a new instance of the EnvironmentPolicy.ExitingProcessEventArgs class with specified settings.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
exitCode | Int32 | The exit code of the process. This value is assigned to the ExitCode property. |
See Also