Parameters
- index
- The zero-based index at which value should be inserted.
- value
- The System.Object to insert. The value can be a null reference (Nothing in Visual Basic).
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is less than zero. -or- index is greater than System.Collections.ArrayList.Count. |
System.NotSupportedException | The System.Collections.ArrayList is read-only. -or- The System.Collections.ArrayList has a fixed size. |