The OutOfRangeException class
Introduction
Exception thrown when an illegal index was requested. This represents errors that should be detected at compile time.
Class synopsis
OutOfRangeException
extends
LogicException
{
/* Inherited methods */
}




