"Display Dissected Exceptions," by Kathleen Dollard [Visual Studio Magazine, November 2003]

This fairly simple Windows Form breaks excpetions down for a useful display. 
The key points are 

- nested exceptions displayed in a treeview
- grid display of the stack
- support for you to create an XML hint list for exceptions

To run this sample

- Unzip the file into a clean directory
- Open the solution in Visual Studio 1.1
- Run the application and press the different buttons for 
different exception tests
