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 8: Opening the source code in Visual Studio for editing
If we double-click, or right-click, on the blue line of code, we can open the file containing the method in Visual Studio at the correct location for editing (e.g. writing an exception-handling code).




