Let’s consider the code below. In the try block there is a bug (null reference exception). This is then caught in the catch block and logged. Why is this catch (Exception ex) a problem? There is a bug in the try block. If the bug is just logged you are unlikely to notice there is Continue reading