A Guide to Sexy Exceptions in .NET

added by davids
8/5/2011 8:44:28 PM

202 Views

Whether you are a rookie developer or a weathered code monkey, you have seen this exception at some point in your work. Chances are, if you are the latter of the two, you have dealt with tracking the issue down and dealing with it. My goal, is to make that better.


2 comments

dpeterson
8/5/2011 9:16:26 PM
Nice write-up. :-)
The only tidbit I would add is that you should handle your exceptions at the highest level possible in your application. In that way you have limited places to worry about logging code or user notifications.

davids
8/8/2011 9:55:43 AM
Agreed. That is something I want to touch on in part 2. Thanks for reading!