Skip to main content
All docs
V24.2

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

public ExitingProcessEventArgs(
    int exitCode
)

Parameters

Name Type Description
exitCode Int32

The exit code of the process. This value is assigned to the ExitCode property.

See Also