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