Millions of members and growing! (7,594 online);
Email Password   helpLost your password?
Announcements




Search    
Advanced Search
Sitemap
Exception Handling

General Programming » Exception Handling

Contents

    General

    top
    Title / Updated Author Score  
    User Friendly Exception Handling
    Updated: 18 Aug 2004
    A flexible framework for user-friendly .NET exception handling, and automatically notifying developers of problems before users do
    wumpus1 4.67
    Performance implications of Exceptions in .NET
    Updated: 9 Aug 2005
    Presentation and analysis of performance costs when throwing exceptions in .NET.
    Vagif Abilov 4.38
    Idea of the Clean Result (concept of the monolithic/non-monolithic code) or an alternative to Java's checked exceptions
    Updated: 2 Oct 2006
    This is a continuation of the article The Back Side of Exceptions (.NET section). Here, you'll find an abstract solution of a very important problem of unexpected exceptions.
    Sergei Kitaev 4.35
    A Simple Class to Catch Unhandled Exceptions in WinForms
    Updated: 26 Sep 2006
    Explains how to catch an unhandled exception and send a stack trace along with other debug information to the developer.
    Vitaly Zayko 4.17
    Custom Exceptions in Custom Components
    Updated: 25 Sep 2007
    This article is about when to throw an exception, why take some effort and define a custom exception class, how to provide more information to the developers that consume your component, and, finally, how to unit test your exceptions.
    Artem Smirnov 4.08
    The Back Side of Exceptions
    Updated: 29 Sep 2006
    This article illustrates the risks of exceptions being thrown where it is generally not expected, e.g., a library function or a finally block, and shows ways to prevent some insidious errors (such as inconsistency of program data or loss of exception information).
    Sergei Kitaev 3.85
    Visual Studio Exception SetUp
    Updated: 20 Jan 2005
    Break on Exceptions, like the old days.
    Tim Schwallie 3.55
    Safe Form - Simplified Unhandled Exception Handling in Visual Basic .NET
    Updated: 26 Jan 2005
    An elegant way of handling those unforeseeable exceptions.
    JSaunders 3.14
    Best Practices of Exception Management
    Updated: 8 Mar 2005
    Exception management is one of the key areas for all kinds of application development . You should adopt an appropriate strategy for exception management to build high quality and robust applications. It is a very powerful concept and makes the development work very easy if it's used efficiently.
    HandyGuy 2.11
    Simplest way of Exception Handling specially for database applications
    Updated: 18 Jan 2005
    Simplest way of exception handling, specially for database applications.
    farukh ali farooq 1.80
     

    Last Updated 12 Dec 2007
    Advertise | Privacy
    Copyright © CodeProject, 1999-2007
    All Rights Reserved. Terms of Use