IndexOutOfRangeException Constructor
.NET Framework (current version)
Initializes a new instance of the IndexOutOfRangeException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | IndexOutOfRangeException() | Initializes a new instance of the IndexOutOfRangeException class. |
![]() | IndexOutOfRangeException(String^) | Initializes a new instance of the IndexOutOfRangeException class with a specified error message. |
![]() | IndexOutOfRangeException(String^, Exception^) | Initializes a new instance of the IndexOutOfRangeException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Show:
