Exception Handling

There are 1 entries for the tag Exception Handling

Managing Exceptions in .Net

[NOTE:  This was originally posted at DevAuthority.com on 10/28/05.]Houston We Have A ProblemOk, we’ve all seen the .Net error pages that pop up in the browser just full of helpful information in debugging your application. Although useful (at times) to the developer, there is nothing more terrifying to an end user than filling out a form, clicking the submit button, and being presented with a Stack Trace. As developers, we need to be sure that these annoyances never reach the user. To achieve this we must implement good exception handling in our code....