EnvironmentPolicy.ExitingProcessEventArgs Properties
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