![]() | ForceEffectCollection.InsertItem Method |
Namespace: DigitalRune.Physics.ForceEffects
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero or greater than Count. |
ArgumentNullException | item is null. The collection does not allow null values. See AllowNull. |
ArgumentException | item is already contained in the collection. The collection does not allow duplicate items. See AllowDuplicates. |