C#:将错误信息写到txt文件中
摘要:
//以连库为例 SqlConnection con; try { con = new SqlConnection(); con.Open(); return con; } catch(Exception e) ... 阅读全文
posted @ 2008-09-15 17:28 VictorShan 阅读(324) 评论(0) 推荐(0)
posted @ 2008-09-15 17:28 VictorShan 阅读(324) 评论(0) 推荐(0)