The Back Side of Exceptions
Posted
on Code Project
See other posts from Code Project
Published on Thu, 11 Mar 2010 20:25:00 GMT
Indexed on
2010/03/11
20:54 UTC
Read the original article
Hit count: 221
Filed under:
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).
© Code Project or respective owner