Why you shouldn’t catch System.Exception
Posted on December 14th, 2006 by Ben
There are probably many reasons, but my favorite is that, if you are resorting to catching anything at all, you probably don’t understand the code well.
For example, in complicated parsing of text, it is often easier to just put a huge try {…} catch (Exception ex) {…} around the entire thing, rather than take the [...]
Popularity: 1% [?]
Filed under: Code, Software Development | No Comments »











