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);} }
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); } }