Overload | Description |
---|---|
InvalidIndexException Constructor() | Generated base exception from an invalid index. |
InvalidIndexException Constructor(Int32) | Generated exception from an invalid index with a given error number. |
InvalidIndexException Constructor(String) | Generated exception from an invalid index with a given message. |
InvalidIndexException Constructor(Int32,String) | Generated exception from an invalid index with a given error number and message. |
InvalidIndexException Constructor(String,Exception) | Generated exception from an invalid index with a given message and inner exception. |