- Making an Exception
Exception handling in C++ can save a program from digital death, but it must be treated with care. Kevlin Henney explains... - C++ Exception Handling
Introduces the concept of exception handling for handling program errors. - Exception Handling in C++
Learn how to throw an exception, how to associate handlers, or catch clauses, with a set of program statements using a try... - Revisiting Exception Handling
Reviews guidelines developed years ago for throwing exceptions and how to use exception specifications. - Optimizing Away C++ Exception Handling
Describes an optimization that produces modest but useful gains on some existing C++ code, but produces very significant... - Eureka exception log
A tool that perfectly integrates with Delphi IDE, allowing to compile projects and packages (included DLLs) able to... - Error and Exception Handling
Presents some guidelines when to use exceptions. - Exception Safety Analysis
Discusses how to analyze the exception safety of a function. (Andrei Alexandrescu and David B. Held) - Best Practices in EJB Exception Handling
This article by Srikanth Shenoy covers best practices in EJB exception handling for faster problem resolution in... - Designing C++ Interfaces - Exception Safety
The ACCU is a non-profit organisation devoted to professionalism in programming at all levels. Although primarily focussed... - Exception-Safety in Generic Components
Lessons learned from specifying exception-safety for the C++ standard library. - Simplified Exception Identification in Python
Using functions and exception pattern dictionaries to simplify error recovery. - How a C++ Compiler Implements Exception Handling
An indepth discussion of how VC++ implements exception handling. Source code includes exception handling library for VC++. - Exception Handling: A False Sense Of Security
Explains why most members of the C++ community vastly underestimate the skills needed to program with exceptions and... - Adding Exception Testing to Unit Tests
This article describes a simple method of adding exhaustive testing of the exception paths to the test suite.
Delphi Exception
Exception Logger 1.0
A free exception logging for Delphi with additional information about places where exceptions occured like source files, procedure names, line...
Eureka Exception Log 5.1.5
EurekaLog is the most complete bug resolving solution for Delphi and C++Builder developers that gives to your application the power to catch every...
Eureka exception log for Delphi 3/6 3.1
Eureka is a tool that perfectly integrates with Delphi IDE, allowing you to compile projects and packages (included DLLs) able to intercept any...
Exception Stack Walker 1.0
Exception Stack Walker is a powerful tool compiled in your Delphi application and placed between operating system and Delphi kernel libraries. It...
EurekaLog 4
EurekaLog is an add-in tool for giving your application (GUI, Console, Web, ...) the ability to catch every exception, generating a detailed log of...
madExcept 3.0b
madExcept takes control over all unhandled exceptions in your projects. For each unhandled exception madExcept collects a whole bunch of important...
Global Exception Handling with ASP.NET
Global Exception Handling with ASP.NET is a tutorial dealing with the error handling and to rectify it through exception handler. The user should...
Exception Handling in C#
Exception Handling in C# is a tutorial which gives the solution to catch the run time errors and to eliminate it through exception. There are many...
Introduction to Exception Handling in Visual Basic .NET
Introduction to Exception Handling in Visual Basic .NET is a tutorial which gives the issues and its solution. This article explains the difference...
WatchDog 2.0
Central managment for monitoring and recording exceptions of application. Mainly usefull for debuging end user implementations. Also it can be used...
ASP.NET Global Exception Handling
ASP.NET Global Exception Handling / is a tutorial which highlights about the exception handling in ASP.NET. Through this tutorial the user could...
Exceptions in ASP.NET
Exceptions in ASP.NET is not new but this tutorial introduces System.Exception class to handle the exception. This exception helps the users to...
FuzzySearch 2.2
Fuzzy searching is the tool for search string occurence with error. Under an error of search we accept an incongruity / exception / addition of the
Displaying Exception Information
This is an article that deals with displaying exception information. In this tutorial the author explains about displaying exceptions in reverse...
FltMath Unit
FltMath unit to help floating point math in Delphi. Provides access to rounding modes & exception mask. Implements approximate floating point...
Exception Management Application Block for .NET
Exception Management Application Block for.NET is an article which explains you about how to handle the expections in .NET using exception...
Exceptional Magic 1.65
What is ExceptionalMagic? Briefly, it's embedded debugging tool that provides some useful information about application's state at the moment of...
Build a Really Useful ASP.NET Exception Engine
This article describes the real need of an Exception engine which could perform more effectively than other exception handlers in ASP.NET. The...
Build A Global Exception Handler In ASP.NET
This tutorial deals with debugging process. The author created an exception handler in ASP.NET. The config.web file is installed to get the clients...
Exceptions and Exception Stack
Exceptions and Exception Stack is an easy to learn tutorial through which the programmers can learn about the process of error handling which...
