非常类
| 形貌
|
System.IO.IOException
| 处理 IO 错误。
|
System.IndexOutOfRangeException
| 处理当方法指向超出范围的数组索引时生成的错误。
|
System.ArrayTypeMismatchException
| 处理当数组类型不匹配时生成的错误。
|
System.NullReferenceException
|
处理当依从一个空对象时生成的错误。
|
system.DivideByZeroException
| 处理当除以零时生成的错误。
|
System.InvalidCastException
| 处理在类型转换期间生成的错误。
|
System.OutOfMemoryException
| 处理空闲内存不足生成的错误,
|
system.StackOverflowException
| 处理栈溢出生成的错误。
|
System.Data.SqlClient.SqlException
| SQL操作非常。
|