[Test] public void Main() { RowNotInTableException_Generate tc = new RowNotInTableException_Generate(); Exception exp = null; try { tc.BeginTest("RowNotInTableException"); tc.run(); } catch(Exception ex) { exp = ex; } finally { tc.EndTest(exp); } }
[Test] public void Main() { RowNotInTableException_Generate tc = new RowNotInTableException_Generate(); Exception exp = null; try { tc.BeginTest("RowNotInTableException"); tc.run(); } catch (Exception ex) { exp = ex; } finally { tc.EndTest(exp); } }