Exception Hunter™
Latest version: 2.1
Locate unhandled exceptions your program may throw and eliminate crashes before they happen
- Find the unhandled exceptions your functions can throw – before you even ship
- View exactly where exceptions are thrown with the new source code view; thanks to technology from .NET Reflector you can do this even where you don't have the original source code
- Also available for purchase as part of the .NET Developer Bundle
Until now, developers have had to wait until an error happened to find out which method throws which exceptions.
Exception Hunter is a static analysis tool that finds and reports the set of possible exceptions your functions might throw – before you even ship. With it, you can locate unhandled exceptions easily and quickly, down to the line of code that is throwing the exceptions. Once you have the results, you can decide which exceptions need to be handled (with some exception handling code) before you release your application into the wild.
With Exception Hunter, you can:
- Identify potential exceptions before you ship
- Ensure that you only release resilient and stable applications
- Get on with your work, without wasting time using manual trial-and-error processes to search for the exceptions your functions could throw







