Exception Hunter™
Feature list
- Intelligent analysis engine for accurately predicting the possible set of exceptions that can be thrown by a function.
- Directly analyze ASP.NET applications. It is now possible to analyze web applications using their .aspx file, avoiding a complicated process to compile the ASP.NET code.
- Find your method easily by using the navigation bar, which allows you to quickly drill from assembly down to method level.

- List of unhandled exceptions and their stack traces to see the different situations in which these exceptions were thrown.

- View the source of methods, to show which lines throw which exceptions. Technology from .NET Reflector generates source code for assemblies without source code, to help interpret the results of the analysis.
- Choose to display only documented exceptions. If the .xml file documenting an assembly is available, Exception Hunter can be set to display only the exceptions in the documentation. This speeds up the analysis and reduces the noise in the results.
- Generate reports from Exception Hunter's UI (without needing to go through the command-line).






