Hmmm, it was a number of years ago but I specifically remember having issues where we weren't able to determine which of a set of lines in the same "catch" block were throwing a hard-to-reproduce ...
While working on a recent project, I found a piece of code that performed resource cleanup. Because it had many diverse calls, it could potentially throw six different exceptions. The original ...