C# 中没有 JAVA 里的 THROWS 关键字不喜欢 THROWS
没有
有throw没有throwsthrow一般用在try{}catch{throw;}和throw Exception
可是为什么一定要用throws呢?