By default, when there is an uncaught exception the program will show a message box with the error title and the user will be asked whether they want to continue or not. There are several problems with this behavior: 1. The user cannot really know whether the program can continue correctly...