Skip to main content
All docs
V25.1
  • EnvironmentPolicy.ExitingProcessEventArgs Properties
    Show Inherited Hide Inherited

    Contains data for the ExitingProcess event.
    Name Description
    Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
    Exception Gets the exception.
    ExitCode Gets or sets the exit code of the process.
    Message Gets the error message.
    See Also