C# 中如何抛出异常

示例

throw new Exception(message);
throw new ArgumentNullException();

你可能感兴趣的