| ArrayListRemoveRange Method |
Namespace: System.Collections
public virtual void RemoveRange( int index, int count )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero.-or- count is less than zero. |
| ArgumentException | index and count do not denote a valid range of elements in the ArrayList. |
| NotSupportedException | The ArrayList is read-only.-or- The ArrayList has a fixed size. |