パラメータ
- index
- The zero-based index at which value should be inserted.
- value
- The object to insert into the System.Collections.IList.
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index is not a valid index in the System.Collections.IList. |
System.NotSupportedException | The System.Collections.IList is read-only. -or- The System.Collections.IList has a fixed size. |
System.NullReferenceException | value is null reference in the System.Collections.IList. |