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 Cancel |
Exception | Gets the exception. |
Exit |
Gets or sets the exit code of the process. |
Message | Gets the error message. |
See Also