Currently, I have a method that is called when there is an unhandled exception. All this does is log the exception to a dump file. However, the streamwriter does not write the full information I'd like it to write to the file. I assume this is because the program has shutdown before it can finish writing the file.
Is there any way to change this behaviour?