System.IndexOutOfRangeException
namespace System
{
public sealed class IndexOutOfRangeException :
SystemException
{
public IndexOutOfRangeException();
public IndexOutOfRangeException(
string message);
public IndexOutOfRangeException(
string message,
Exception innerException);
}
}