ExceptionFinder For Reflector

I just published my latest add-in for Reflector: ExceptionFinder. Basically, this will find all of the exceptions that could potentially be thrown from a method. In other words, you should never have to write this code again:

try
{
   // Code goes here...
}
catch(Exception)
{
   // UGH!
}

because you'll be able to figure out the exceptions that could be called. Enjoy!

* Posted at 04.16.2008 06:02:07 PM (Last Update: 04.17.2008 10:52:07 AM) | 2 comments | Link | RSS *

Comments

# Building?, from James McConnell at 04.17.2008 10:37:17 AM

Jason, I downloaded the source code (as I didn't see a .dll available), but I can't get it to build as it is referencing Reflector assemblies. I have Reflector and would like to use this add-in, but I'm a bit stumped on how to get this working.

I'm likely missing something painfully obvious that is right in front of my face. Kinda par for the course with me.

James

# Menu Option, from Jason Bock at 04.17.2008 10:49:38 AM

I'll take a look at it. I'm not sure, though, what your issue is. You can download the reflector.exe from Lutz's site and make sure it's in the right spot so the projects can find it. Once it's built, then you can add it to Reflector via View -> Add-Ins... menu option. Hope that helps.

Add a Comment

(*) = Required field
Name (*):

E-Mail (*):

Web Site:

Title (*):

Comments (*):

Enter the code you see (*)



Quote
"You su-diddly-uck, Flanders!" Homer Simpson
Twitter History
follow me on Twitter
Blog History