关于.NET下异常的问题
摘要:
刚才在书上看到了一个介绍异常的代码,程序如下: 1using System; 2using System.IO; 3 4public class ExceptionDemo 5{ 6 public static void Main() 7 { 8 StreamWriter sw = null; 910 try11 {12 sw = new StreamWriter(new FileS... 阅读全文
posted @ 2005-05-27 10:45 chance_win 阅读(323) 评论(0) 推荐(0)
浙公网安备 33010602011771号