Saturday, September 6, 2008

System.IndexOutOfRangeException was unhandled (Message="Index was outside the bounds of the array.")

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.

.NET arrays have base 0 and should be kept in mind when coding.

Index was outside the bounds of the array Error

No comments:

Post a Comment