InputCommandCollectionInsertItem Method |
Namespace: DigitalRune.Game.Input
Exception | Condition |
---|---|
ArgumentNullException | item is . |
ArgumentOutOfRangeException | index is less than 0, or index is greater than Count. |
InvalidOperationException | Cannot add command to input service. The command is already added to an input service. |