Example #1
0
	public static void Main()
	{
		OracleConnection_State tc = new OracleConnection_State();
		Exception exp = null;
		try
		{
			tc.BeginTest("NoName");
			tc.run();
		}
		catch(Exception ex){exp = ex;}
		finally	{tc.EndTest(exp);}
	}
        public static void Main()
        {
            OracleConnection_State tc = new OracleConnection_State();
            Exception exp             = null;

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