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