Softlogger
Categories

Gracefully Responding to Unhandled Exceptions - Displaying User-Friendly Error Pages


Introduction In .NET applications, an illegal operation - an invalid cast, attempting to reference a null value, trying to connect to a database that's been taken offline, and so on - raises an exception . Exceptions can be caught and handled directly in code through the use of Try / Catch blocks . For ASP.NET

Filed under: ASP.NET  |    On : 2006 Sep 11  |  From: Dutts DOTNET Support   | related Posts

Similar Posts



Most Popular

Archives

  • 2008
  • 2007
  • 2006
  • 2005
  • 2004
  • 2003