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