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