public static void Main() { OracleConnection_CreateCommand tc = new OracleConnection_CreateCommand(); Exception exp = null; try { tc.BeginTest("OracleConnection_CreateCommand"); tc.run(); } catch(Exception ex){exp = ex;} finally {tc.EndTest(exp);} }
public static void Main() { OracleConnection_CreateCommand tc = new OracleConnection_CreateCommand(); Exception exp = null; try { tc.BeginTest("OracleConnection_CreateCommand"); tc.run(); } catch (Exception ex) { exp = ex; } finally { tc.EndTest(exp); } }