???????????????????????????
????1 public static void ThrowException()
????2 {
????3     throw new ArgumentException();
????4 }
????????????????????У?д?2????????
????[TestMethod]
????[ExpectedException(typeof(ArgumentException))]// ???????????????????????
????public void ThrowExceptionTest()
????{
????Program.ThrowException();// ???????????????
????}
???????????????????????????????????????????????????????????????