|  | Index | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe IndexOutOfRangeException type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | IndexOutOfRangeException | Default constructor. Constructs an empty InvalidArgumentException instance. | 
|  | IndexOutOfRangeException(Int32) | Constructs a InvalidArgumentException instance with an error message containing the invalid index. | 
|  | IndexOutOfRangeException(String) | Constructs a InvalidArgumentException instance with the specifed exception message. | 
|  | IndexOutOfRangeException(Int32, Int32) | Constructs a InvalidArgumentException instance with an error message containing the invalid [row, column] array index. | 
|  | IndexOutOfRangeException(String, Exception) | Constructs a InvalidArgumentException instance with the specifed exception message and underlying (inner) exception. | 
 See Also
See Also