4
Shouts

Cheat Sheet - .NET Framework Exceptions

posted by MikesdotnettingMikesdotnetting 837 days, 12 hours, 37 minutes ago
Monday, February 08, 2010 5:39:08 AM GMT

Cheat Sheet - .NET Framework Exceptions   Here's a list of Exceptions that can be found in the assemblies which are most commonly used in ASP.NET development.  Ideally, you should be as specific as possible when catching or throwing Exceptions. The more specific you are, the less work the CLR has to do in locating the appropriate catch block, and the more informative your error messages are, which should help speed up identifying the source of any problems.

 

A forthcoming article wil...

category: ASP.NET | clicked: 0 | | source: www.mikesdotnetting.com | show counter code
tags: asp net

No comments yet, be the first one to post comment.

To post your comment please login or signup