Search This Blog

Tuesday, June 18, 2013

Chain of Responsibility

The simplest form of this pattern is the following:


try{


   }catch(Exception ex){

   }
   finally{

   }

After the try block the responsibility will be passed down only 
to 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

Blog Archive

About Me

An seasoned developer, architect and with some Team Leading exposure, offering full project life cycle experiences within multi cultural, multi National environments and within differing business streams and all primarily on a .Net platform.