Skip to main content
All docs
V24.2

EnvironmentPolicy.ExitingProcessEventArgs Constructors

Contains data for the ExitingProcess event.
Name Parameters Description
ExitingProcessEventArgs(Int32) exitCode Initializes a new instance of the EnvironmentPolicy.ExitingProcessEventArgs class with specified settings.
ExitingProcessEventArgs(String, Exception) message, exception Initializes a new instance of the EnvironmentPolicy.ExitingProcessEventArgs class with specified settings.
See Also