asp.net.ph

IndexOutOfRangeException Class

System Namespace


The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array. This class cannot be inherited.

IndexOutOfRangeException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public IndexOutOfRangeException ( )
public IndexOutOfRangeException ( String message )
public IndexOutOfRangeException ( String message , Exception innerException )

Remarks

IndexOutOfRangeException uses the HRESULT COR_E_INDEXOUTOFRANGE, which has the value 0x80131508.

For a list of initial property values for an instance of IndexOutOfRangeException, see the IndexOutOfRangeException constructors.

See Also

Exception Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph