예제 #1
0
	public static void Main()
	{
		OleDbDataReader_ctor tc = new OleDbDataReader_ctor();
		Exception exp = null;
		try
		{
			tc.BeginTest("OleDbDataReader_ctor");
			tc.run();
		}
		catch(Exception ex){exp = ex;}
		finally	{tc.EndTest(exp);}
	}
예제 #2
0
        public static void Main()
        {
            OleDbDataReader_ctor tc  = new OleDbDataReader_ctor();
            Exception            exp = null;

            try
            {
                tc.BeginTest("OleDbDataReader_ctor");
                tc.run();
            }
            catch (Exception ex) { exp = ex; }
            finally { tc.EndTest(exp); }
        }