コード例 #1
0
		public static void Main()
		{
			OleDbTransaction_Begin tc = new OleDbTransaction_Begin();
			Exception exp = null;
			try
			{
				tc.BeginTest("OleDbTransaction_Begin");
				tc.run();
			}
			catch(Exception ex){exp = ex;}
			finally	{tc.EndTest(exp);}
		}
コード例 #2
0
        public static void Main()
        {
            OleDbTransaction_Begin tc = new OleDbTransaction_Begin();
            Exception exp             = null;

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