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 (string message ); public IndexOutOfRangeException (string message , Exception innerException ); } Hierarchy Object |