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