§ ITPOW >> 文档 >> C#

C# 中如何抛出异常

作者:vkvi 来源:ITPOW(原创) 日期:2008-3-30

示例

throw new Exception(message);
throw new ArgumentNullException();
相关文章