Common programming mistakes in .Net when handling exceptions?

Posted by Jared Coleson on Stack Overflow See other posts from Stack Overflow or by Jared Coleson
Published on 2010-05-21T16:48:07Z Indexed on 2010/05/21 16:50 UTC
Read the original article Hit count: 303

What are some of the most common mistakes you've seen made when handling exceptions?

It seems like exception handling can be one of the hardest things to learn how to do "right" in .Net. Especially considering the currently #1 ranked answer to Common programming mistakes for .NET developers to avoid? is related to exception handling.

Hopefully by listing some of the most common mistakes we can all learn to handle exceptions better.

© Stack Overflow or respective owner

Related posts about exception-handling

Related posts about best-practices