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