Exception Hunter
발생 가능한 예외 사항을 위해 .NET 어셈블리를 분석 합니다.
Redgate Software사에서 공개
2005년 부터 ComponentSource에서 판매중
Exception Hunter is a new 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.


Exception Hunter - Analyze your .NET assembly for possible exceptions
Until now, developers have had to wait until an error happened to find out which method throws which exceptions.
With Exception Hunter, you can: