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