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 1: Adding new assemblies
When you open Exception Hunter, you will see a blank starting screen. The first thing to do is to add the .NET assemblies you want to analyze, by clicking on the Add Assembly button.
For the purpose of this walk-through, we've created a simple file called ExceptionDemo, which reads a file and prints it out in lower case. The file has an assembly called ExceptionDemo.exe, which is the one that we've added here. If an assembly references another assembly, it is added automatically. In this case, we only have one dependency.




