Parameters
- index
- The zero-based index of the element to remove.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than System.Collections.ArrayList.Count. |
System.NotSupportedException | The System.Collections.ArrayList is read-only. -or- The System.Collections.ArrayList has a fixed size. |