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