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