|
490 | 490 | </remarks>
|
491 | 491 | <exception cref="T:System.ArgumentNullException">
|
492 | 492 | <paramref name="key" />, <paramref name="addValueFactory" />, or <paramref name="updateValueFactory" /> is <see langword="null" />.</exception>
|
493 |
| - <exception cref="T:System.OverflowException">The dictionary already contains the maximum number of elements (<see cref="F:System.Int32.MaxValue" />).</exception> |
| 493 | + <exception cref="T:System.OverflowException">The dictionary contains too many elements.</exception> |
494 | 494 | <related type="Article" href="https://msdn.microsoft.com/library/2e7ca21f-786c-4367-96be-0cf3f3dcc6bd">Thread-Safe Collections</related>
|
495 | 495 | <related type="Article" href="https://msdn.microsoft.com/library/81b64b95-13f7-4532-9249-ab532f629598">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
496 | 496 | </Docs>
|
|
550 | 550 | </remarks>
|
551 | 551 | <exception cref="T:System.ArgumentNullException">
|
552 | 552 | <paramref name="key" /> or <paramref name="updateValueFactory" /> is <see langword="null" />.</exception>
|
553 |
| - <exception cref="T:System.OverflowException">The dictionary already contains the maximum number of elements (<see cref="F:System.Int32.MaxValue" />).</exception> |
| 553 | + <exception cref="T:System.OverflowException">The dictionary contains too many elements.</exception> |
554 | 554 | <related type="Article" href="https://msdn.microsoft.com/library/2e7ca21f-786c-4367-96be-0cf3f3dcc6bd">Thread-Safe Collections</related>
|
555 | 555 | <related type="Article" href="https://msdn.microsoft.com/library/81b64b95-13f7-4532-9249-ab532f629598">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
556 | 556 | </Docs>
|
|
741 | 741 |
|
742 | 742 | ]]></format>
|
743 | 743 | </remarks>
|
744 |
| - <exception cref="T:System.OverflowException">The dictionary already contains the maximum number of elements (<see cref="F:System.Int32.MaxValue" />).</exception> |
| 744 | + <exception cref="T:System.OverflowException">The dictionary contains too many elements.</exception> |
745 | 745 | <related type="Article" href="https://msdn.microsoft.com/library/2e7ca21f-786c-4367-96be-0cf3f3dcc6bd">Thread-Safe Collections</related>
|
746 | 746 | <related type="Article" href="https://msdn.microsoft.com/library/81b64b95-13f7-4532-9249-ab532f629598">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
747 | 747 | </Docs>
|
|
885 | 885 | </remarks>
|
886 | 886 | <exception cref="T:System.ArgumentNullException">
|
887 | 887 | <paramref name="key" /> or <paramref name="valueFactory" /> is <see langword="null" />.</exception>
|
888 |
| - <exception cref="T:System.OverflowException">The dictionary already contains the maximum number of elements (<see cref="F:System.Int32.MaxValue" />).</exception> |
| 888 | + <exception cref="T:System.OverflowException">The dictionary contains too many elements.</exception> |
889 | 889 | <related type="Article" href="https://msdn.microsoft.com/library/2e7ca21f-786c-4367-96be-0cf3f3dcc6bd">Thread-Safe Collections</related>
|
890 | 890 | <related type="Article" href="https://msdn.microsoft.com/library/81b64b95-13f7-4532-9249-ab532f629598">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
891 | 891 | </Docs>
|
|
930 | 930 | <remarks>To be added.</remarks>
|
931 | 931 | <exception cref="T:System.ArgumentNullException">
|
932 | 932 | <paramref name="key" /> is <see langword="null" />.</exception>
|
933 |
| - <exception cref="T:System.OverflowException">The dictionary already contains the maximum number of elements (<see cref="F:System.Int32.MaxValue" />).</exception> |
| 933 | + <exception cref="T:System.OverflowException">The dictionary contains too many elements.</exception> |
934 | 934 | <related type="Article" href="https://msdn.microsoft.com/library/2e7ca21f-786c-4367-96be-0cf3f3dcc6bd">Thread-Safe Collections</related>
|
935 | 935 | <related type="Article" href="https://msdn.microsoft.com/library/81b64b95-13f7-4532-9249-ab532f629598">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
936 | 936 | </Docs>
|
|
1368 | 1368 | <exception cref="T:System.ArgumentNullException">
|
1369 | 1369 | <paramref name="key" /> is <see langword="null" />.</exception>
|
1370 | 1370 | <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />.</exception>
|
1371 |
| - <exception cref="T:System.OverflowException">The dictionary already contains the maximum number of elements (<see cref="F:System.Int32.MaxValue" />).</exception> |
| 1371 | + <exception cref="T:System.OverflowException">The dictionary contains too many elements.</exception> |
1372 | 1372 | <related type="Article" href="https://msdn.microsoft.com/library/2e7ca21f-786c-4367-96be-0cf3f3dcc6bd">Thread-Safe Collections</related>
|
1373 | 1373 | <related type="Article" href="https://msdn.microsoft.com/library/81b64b95-13f7-4532-9249-ab532f629598">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
1374 | 1374 | </Docs>
|
|
1673 | 1673 | -or-
|
1674 | 1674 |
|
1675 | 1675 | A value with the same key already exists in the <see cref="T:System.Collections.Generic.Dictionary`2" />.</exception>
|
1676 |
| - <exception cref="T:System.OverflowException">The dictionary already contains the maximum number of elements (<see cref="F:System.Int32.MaxValue" />).</exception> |
| 1676 | + <exception cref="T:System.OverflowException">The dictionary contains too many elements.</exception> |
1677 | 1677 | <related type="Article" href="https://msdn.microsoft.com/library/2e7ca21f-786c-4367-96be-0cf3f3dcc6bd">Thread-Safe Collections</related>
|
1678 | 1678 | <related type="Article" href="https://msdn.microsoft.com/library/81b64b95-13f7-4532-9249-ab532f629598">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
1679 | 1679 | </Docs>
|
|
2148 | 2148 | </remarks>
|
2149 | 2149 | <exception cref="T:System.ArgumentNullException">
|
2150 | 2150 | <paramref name="key" /> is <see langword="null" />.</exception>
|
2151 |
| - <exception cref="T:System.OverflowException">The dictionary already contains the maximum number of elements (<see cref="F:System.Int32.MaxValue" />).</exception> |
| 2151 | + <exception cref="T:System.OverflowException">The dictionary contains too many elements.</exception> |
2152 | 2152 | <related type="Article" href="https://msdn.microsoft.com/library/2e7ca21f-786c-4367-96be-0cf3f3dcc6bd">Thread-Safe Collections</related>
|
2153 | 2153 | <related type="Article" href="https://msdn.microsoft.com/library/81b64b95-13f7-4532-9249-ab532f629598">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
2154 | 2154 | </Docs>
|
|
0 commit comments