6 May 2014
Igor Vigdorchik
How to use the Transient Fault Handling Application Block
30 Oct 2008
santosh poojari
This article demonstrates a working model of a custom Exception block using Enterprise Library Exception Handling Block which is built around MVP architecture.
How to abort a non-cooperating thread by an exception
An overview of the standard exception handling techniques provided by Visual C++.
Presentation and analysis of performance costs when throwing exceptions in .NET.
A flexible framework for user-friendly .NET exception handling, and automatically notifying developers of problems before users do
How to write C++ code more tolerant to critical errors.
Log all that is necessary ONLY when really necessary.
Presenting the little known .data property on an exception as a way to collect and transfer information about the circumstances surrounding an exception
21 Oct 2009
nicolas_chang
Help us to find the position of the exception in the source code
Custom exception handling. Fast, comprehensive, powerful
C++ exceptions with embedded stack trace and cause.
15 Oct 2010
Sohail Maroof, Farrukh Hashmi
Exception handling in 3-Tier Architecture using Enterprise Library
Exception handling using custom attributes and stacktrace.
21 May 2010
Miki Rozloznik
Describes Win32 exception layering and discusses Structured Exception Handling (SEH) on OS level and on C++ compiler level.
Explains how to catch an unhandled exception and send a stack trace along with other debug information to the developer.
Use the .NET StackTrace class to position yourself in the right place of source code that threw an Exception.
A C++ class enabling retrieval and display of compiled message files.
Provides a utility class to return the call stack when an exception is being caught, using Windows SEH.
Logging unhandled exceptions in an ASP.NET website using MS Enterprise Application Blocks.
Handle web and WinForms exceptions automatically.
Exceptions from yet another angle.
28 Jan 2009
Wijnand Kroes
How to handle Exceptions from a user / system administrator's point of view
25 Sep 2007
Artem Smirnov
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.
19 Jan 2009
Adriaan Davel
Article 1 about exception oriented programming for Business Applications
20 Jan 2005
Tim Schwallie
Break on Exceptions, like the old days.
9 Apr 2007
Jason McBurney
How do you handle exceptions? Do you reuse your solution?
An elegant way of handling those unforeseeable exceptions.
Collect crash data from a machine and send it to your email to be analyzed.
11 Oct 2006
Chad Z. Hower aka Kudzu
Not all exceptions are errors. Many developers have incorrectly been taught or assume that all exceptions are errors. In fact, a key clue is that they are called exceptions and not errors.
This article supplies the source code of the _ValidateEH3RN function in Structured Exception Handling.
Defining exception policies in muliple locations.
2 Feb 2008
Sabarinathan A
Handle all the exceptions easily
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.
Provides a simple way to log information using Logging Application Blocks of the Enterprise Library.
30 Dec 2007
Anders Revsgaard
No matter how well you design your system, a distributed SOA application is always complex. When a SOA application fails, it can be difficult to track down the cause of the problem and the web service where the error occurred. To handle this difficulty, you need a logging system such as UptoLog.
It will help to understand the usefulness of writing codes with good programming practice
This article updates Matt Pietrek's Vectored Exception Handling article from the MSDN Magazine.