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