A message of despair from a consultant friend:
I am working on a project and we have to deliver "the complete product" in 1 1/2 weeks. This morning i stumbled on this "Pattern" two places in one of our applications (WinApp) - now I am too afraid to look at the rest of the code base:
catch(System.Exception ex)
{
Console.WriteLine(ex.Message);
}
..... sigh