[This is preliminary documentation and subject to change.]
Inserts an item to this list at the specified index.
If index equals the number of items in this list, then the value is appended to the end.
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | Index is not a valid index in the paged list. |
ArgumentException | The value is not of type IDataObject. |
PagingException | The item could not be inserted at the specified index. |
PagedListBase Class | PmMda.Net.Dog.Paging Namespace