<PackageReference Include="NETStandard.Library" Version="2.0.0" />
System.IndexOutOfRangeException
namespace System
{
public sealed class IndexOutOfRangeException :
SystemException
{
public IndexOutOfRangeException();
public IndexOutOfRangeException(
string message);
public IndexOutOfRangeException(
string message,
Exception innerException);
}
}