摘要: 以下代码,如果使用 throw e ,运行代码分析会提示如下警告,如果直接 throw 则不会提示警告 static void Main(string[] args) { try { MemoryStream ms = new MemoryStream(16); ... 阅读全文
posted @ 2016-07-27 16:20 新进社员 阅读(358) 评论(0) 推荐(0)