August 2003
Intermediate to advanced
928 pages
32h 1m
English
IndexOutOfRangeException
This exception signals an attempt to access an index beyond the bounds of a collection or array.
public sealed class IndexOutOfRangeException : SystemException { // Public Constructors public IndexOutOfRangeException( ); public IndexOutOfRangeException(stringmessage); public IndexOutOfRangeException(stringmessage, ExceptioninnerException); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
IndexOutOfRangeException