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