Community

Explicitly Ignoring Exceptions in C#

(Rick Strahl) This post falls in the stupid pet tricks category. In most applications I have a few places where I explicitly need to ignore errors. You know the stuff where you use a try/catch blocks without any actual filter to capture the exception: