IndexOutOfRangeException

IndexOutOfRangeException CF 1.0, ECMA 1.0, serializable

System (mscorlib.dll) sealed class

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 Exception(System.Runtime.Serialization.ISerializable) SystemException IndexOutOfRangeException



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net