0
kicks
Understanding and Using Exceptions
Great article that discusses how to do exception handling (try/catch) and try/finally properly. The article gives big-picture advise too such as "In a well-written application there's a ratio of ten to one ... try/finally to try/catch blocks." (a quote from Anders Hejlsberg)