无效的
InvalidOperationException
无效操作异常
A method call is invalid in an object's current state.
对象在当前情况下对方法的调用无效。
NotImplementedException
没有实现异常
A method or operation is not implemented.
方法或者操作没有被实现。
NotSupportedException
不支持异常
A method or operation is not supported.
方法或者操作是不被支持的。
参数异常
ArgumentException
参数异常
A non-null argument that is passed to a method is invalid.
传递给方法的非空参数无效。
ArgumentNullException
空参数异常
An argument that is passed to a method is null.
传递给方法的参数为空。
ArgumentOutOfRangeException
参数越界异常
An argument is outside the range of valid values.
参数超出有效值范围。
IndexOutOfRangeException
索引(下标等)越界异常
An index is outside the bounds of an array or collection.
索引位于数组或集合的界限之外。
PlatformNotSupportedException
运行平台不支持异常
The operation is not supported on the current platform.
该操作在当前运行平台上不被支持。
RankException
序列异常
An array with the wrong number of dimensions is passed to a method.
method.
一个错误的维数数组被传递给一个方法。
TimeoutException
超时异常
The time interval allotted to an operation has expired.
分配给操作的时间段已经过期。
相关文章: