Exception Hunter™
Walk-through: Locating unhandled exceptions
This walk-through will show you:
- How to add new assemblies
- How to drill down to the method level
- How to review the list of different types of exceptions
- How to read the Stack Traces view
Stop walk-through
Step 5: Viewing the results – the Unhandled Exceptions pane
Exception Hunter is now reporting on all the different types of unhandled exceptions that the Main method is throwing. This is represented by the list on the left-hand side. Each node in the tree represents an exception type, and the exceptions are sorted by class.
Some exceptions are shown in gray. These exceptions are not thrown directly, but they are superclasses of exceptions that are thrown.




