Insert an element at a specified position into the tiered vector.
Unless overridden by a derived class, this method will always throw an InvalidOperationException, since the tiered vector does not support direct insertion for fear of unsorting the elements.
| Exception Type | Condition |
|---|---|
| InvalidOperationException | Direct insertion into a tiered vector is not supported. |