In theServerSide.Net, there is an article talking about using Exception Management with IOC
That will be a very good design concept, similar to Log. Thinking about the current enterprise library,
how many exceptions we have to intercept and put the Exception.Handler to each function, it surely
goes to 1:M relationship in the end and make it harder to manage.

Here is another idea about the enterprise library, they have the good configuration editor now but they
still lack of some attirubute/decoration to make it even easier.

I will check it out and post my thinking about it after tested it.