Top-level Exception Handling in Windows Forms Applications – Code Listing 1

  This code listing is available for download.    This is a very basic code example of how to use the ThreadException event to handle exceptions occurring anywhere on the main GUI thread in a Windows Forms application.  My blog article 'Top-level Exception Handling in Windows Forms Applications' discusses this in more detail.   From … Continue reading Top-level Exception Handling in Windows Forms Applications – Code Listing 1