Consider the console application below, featuring a method with a generic catch handler that catches exceptions of type TException.
TException
When this console ap
This is a known issue that is caused by a bug in the CLR. It has been fixed in CLR 4.0 (as yet unreleased).
Thanks to JaredPar for the assistance with this. See comments on his answer for more detail and link to the original bug report on Microsoft Connect.