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 4: Navigating through the assembly – selecting a method
Once we've clicked on the Type we want to analyze, we get a list of the methods available for the selected type. The methods in bold are those that are declared by the type itself, rather than a supertype.
At any point, you can also search for the method, type, namespace or assembly you are looking for, by directly using the Find box, above the navigation breadcrumb.
Now, we choose to click on the method Main(String[]):void.




