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 7: Viewing the results – the Stack Traces pane (2)
The Stack Traces pane gives you more details about where that exception comes from. We can drill down through the stack trace, using the plus and minus buttons. If no PDB file can be found, then Exception Hunter cannot determine the specific line of code, and displays the assembly name in orange text.




