Good Exception Management Rules of Thumb - Scott Hanselman
Scott Hanselman on Programming, The Web, Open Source, .NET, The Cloud and More ... if you have to throw an exception from inside an exception handler, always remember to include the existing exception as an inner exception....