Function executed if (and only if) an ExitException was thrown.
It can change the ExitException to change how the program will exit.
the application instance that will run
command line arguments used to invoke the application
current exit exception that will be used to exit
new exit exception to use when the program exits (can be modified by other extension though)
See Implementation
Function executed if (and only if) an ExitException was thrown.
It can change the ExitException to change how the program will exit.