Overload | Description |
---|---|
IndexOutOfRangeException Constructor() | An exception generated for an index out of range error. |
IndexOutOfRangeException Constructor(Int32) | Generated exception for an index out of range error with a given error number. |
IndexOutOfRangeException Constructor(String) | Generated exception for an index out of range error with a given string. |
IndexOutOfRangeException Constructor(Int32,String) | Generated exception for an index out of range error with a given error number and message. |
IndexOutOfRangeException Constructor(String,Exception) | Generated exception for an index out of range error with a given message and inner exception. |