IndexOutOfRangeException クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public NotInheritable Class IndexOutOfRangeException Inherits SystemException
[SerializableAttribute] [ComVisibleAttribute(true)] public sealed class IndexOutOfRangeException : SystemException
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class IndexOutOfRangeException sealed : public SystemException

次の MSIL (Microsoft Intermediate Language) 命令は、IndexOutOfRangeException をスローします。
IndexOutOfRangeException は、値 0x80131508 を保持する HRESULT COR_E_INDEXOUTOFRANGE を使用します。
この例外の最も一般的な原因は、検索インデックスが間違って計算されているか、または反復処理時に間違った開始点または終了点を使用していることです。他の原因については、「例外のトラブルシューティング : System.IndexOutOfRangeException」のトピックを参照してください。
IndexOutOfRangeException のインスタンスの初期プロパティ値の一覧については、IndexOutOfRangeException コンストラクタのトピックを参照してください。

System.Exception
System.SystemException
System.IndexOutOfRangeException


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- IndexOutOfRangeException クラスのページへのリンク