Catching Unhandled Exceptions in .NET

.NET provides two different APIs for handling two different types of 'program crashes'. The types of crashes both result in different dialogs; unhandled exceptions on the Windows Forms event loop are called "Thread Exceptions", and unhandled exceptions on a background thread are called "AppDomain Errors".  Menno finds his way through this confusion and shows how your program can exit gracefully in the event of either type of error:

Comments

Popular posts from this blog

IronPython Tools for Visual Studio CTP3

An IronPython on Silverlight Collection

Ironclad 0.8 Released: Python C Extensions from IronPython