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