Bridge

IndexOutOfRangeException Class

The exception that is thrown when an attempt is made to access an element of an array or collection with an index that is outside its bounds.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public class IndexOutOfRangeException : SystemException, 
	IBridgeClass
<ExternalAttribute> _
<NamespaceAttribute> _
Public Class IndexOutOfRangeException _
	Inherits SystemException _
	Implements IBridgeClass
[ExternalAttribute]
[NamespaceAttribute]
public ref class IndexOutOfRangeException : public SystemException, 
	IBridgeClass

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..SystemException
      System..::..IndexOutOfRangeException