摘要:
读了一位博友关于使用委托避免重复的try.catch的随笔(原文地址:http://www.cnblogs.com/foolishfox/archive/2010/07/30/1788416.html),有点感想,写下来与大家分享.补充一下原文的例子: public class CatchExceptions { /// <summary> /// 捕获异常的方法 /// </summary> /// <param name="func">绑定到委托的方法</param> /// <returns>异常信息,如果为 阅读全文