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 9: Editing in Visual Studio
And there we are! Back in our code, exactly at the line which is throwing the unwanted exception.
The standard procedure would now be to write our exception handling code, rebuild the project, and reload the assemblies in Exception Hunter, in order to verify that the exception is no longer in the list, and to confirm that we have dealt with it.
Experience the tool for yourself by downloading your 14-day free trial, and see how it can help you eliminate these dreaded runtime crashes before they happen.




