摘要: class Program{static void Main(string[] args){try{B b = new B();}catch(Exception ex){Console.WriteLine(ex.GetType().ToString());}Console.Read();}class A{protected Ref my;public A(){my = new Ref();Cons... 阅读全文
posted @ 2009-08-25 00:02 nd 阅读(1305) 评论(2) 推荐(1) 编辑