philzhou

导航

2012年10月16日 #

.NET Exception Handling

摘要: Note: It is very important to just use the throw statement, rather than throw ex. If you have "throw ex", then the stack trace of the exception will be replaced with a stack trace starting at the re-throw point, which is usually not the desired effect. 阅读全文

posted @ 2012-10-16 11:43 philzhou 阅读(290) 评论(0) 推荐(0) 编辑