Click here to Skip to main content
15,880,608 members
Articles / Programming Languages / C#

The Back Side of Exceptions

11 Mar 2010CPOL 72.3K   87   21
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).
We're sorry, but the article you are trying to view was deleted at 18 Feb 2014.

Please go to the C# Table of Contents to view the list of available articles in this section.