March 2002
Intermediate to advanced
864 pages
31h 8m
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 method IndexOutOfRangeException(); public method IndexOutOfRangeException(string message); public method IndexOutOfRangeException(string message, Exception innerException); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→IndexOutOfRangeException