|   | Ordered | 
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | key is null. | 
| ArgumentException | An element with the same key already exists in the OrderedDictionaryTKey, TValue. | 
| ArgumentOutOfRangeException | index is less than 0.-or-index is greater than Count. | 
 See Also
See Also