try{ }catch(Exception ex){ } finally{ }
After the try block the responsibility will be passed down onlyto the finally or to both Catch and Finally blocks depending on the errors -if there are some of them.!!
http://www.dofactory.com/Patterns/PatternChain.aspx
See also Loose_coupling
No comments:
Post a Comment