ArgumentException 参数错误:方法的参数无效 ArgumentNullException 数为空:给方法传递一个不可接受的空参 数 ArithmeticException 数学计算错误:由于数学运算导致的异常, 覆盖面广 DivideByZeroException 被0除 FormatException 参数的格式不正确 IndexOutOfRangeException 索引超出范围,小于0或比最后一个元素索引 大 NullReferenceException 引用为null的对象 StackOverflowException 堆栈已满 OverflowException 溢出 OutOfMemoryException 无法为新语句分配内存时引发异常,内存不 足 InvalidCastException 非法强制转换,显示转换失败时引发 EndOfStreamException 读到文件末尾而引发的。 6
6 ArgumentException 参数错误:方法的参数无效 ArgumentNullException 参数为空:给方法传递一个不可接受的空参 数 ArithmeticException 数学计算错误:由于数学运算导致的异常, 覆盖面广 DivideByZeroException 被0除 FormatException 参数的格式不正确 IndexOutOfRangeException 索引超出范围,小于0或比最后一个元素索引 大 NullReferenceException 引用为null的对象 StackOverflowException 堆栈已满 OverflowException 溢出 OutOfMemoryException 无法为新语句分配内存时引发异常,内存不 足 InvalidCastException 非法强制转换,显示转换失败时引发 EndOfStreamException 读到文件末尾而引发的
什么是异常 异常处理的方法 抛出异常 自定义异常
7 什么是异常 异常处理的方法 抛出异常 自定义异常 ★