Initializes a new instance of the IndexOutOfRangeException class.
Initializes a new instance of the IndexOutOfRangeException with default properties.
[Visual Basic] Overloads Public Sub New()
[C#] public IndexOutOfRangeException();
[C++] public: IndexOutOfRangeException();
[JScript] public function IndexOutOfRangeException();
Initializes a new instance of IndexOutOfRangeException with a specified message.
[Visual Basic] Overloads Public Sub New(String)
[C#] public IndexOutOfRangeException(String);
[C++] public: IndexOutOfRangeException(String*);
[JScript] public function IndexOutOfRangeException(String);
Initializes a new instance of IndexOutOfRangeException with a specified message and the exception that is the root cause of this exception.
[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public IndexOutOfRangeException(String, Exception);
[C++] public: IndexOutOfRangeException(String*, Exception);
[JScript] public function IndexOutOfRangeException(String, Exception);
IndexOutOfRangeException Class | IndexOutOfRangeException Members | System Namespace