|
1208 | 1208 | <remarks>To be added.</remarks>
|
1209 | 1209 | <related type="Article" href="/dotnet/standard/collections/thread-safe/">Thread-Safe Collections</related>
|
1210 | 1210 | <related type="Article" href="/dotnet/standard/collections/thread-safe/how-to-add-and-remove-items">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
| 1211 | + <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Collections.Generic.KeyValuePair`2.Key" /> of <paramref name="keyValuePair" /> is <see langword="null" />.</exception> |
| 1212 | + <exception cref="T:System.OverflowException">The <see cref="T:System.Collections.Generic.Dictionary`2" /> contains too many elements.</exception> |
| 1213 | + <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.Generic.Dictionary`2" />.</exception> |
1211 | 1214 | </Docs>
|
1212 | 1215 | </Member>
|
1213 | 1216 | <Member MemberName="System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains">
|
|
1298 | 1301 | <remarks>To be added.</remarks>
|
1299 | 1302 | <related type="Article" href="/dotnet/standard/collections/thread-safe/">Thread-Safe Collections</related>
|
1300 | 1303 | <related type="Article" href="/dotnet/standard/collections/thread-safe/how-to-add-and-remove-items">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
| 1304 | + <exception cref="T:System.ArgumentNullException"> |
| 1305 | + <paramref name="array" /> is <see langword="null" />.</exception> |
| 1306 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 1307 | + <paramref name="index" /> is less than 0.</exception> |
| 1308 | + <exception cref="T:System.ArgumentException"> |
| 1309 | + <paramref name="index" /> is equal to or greater than the length of the <paramref name="array" />. |
| 1310 | + |
| 1311 | +-or- |
| 1312 | + |
| 1313 | +The number of elements in the source <see cref="T:System.Collections.ICollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception> |
1301 | 1314 | </Docs>
|
1302 | 1315 | </Member>
|
1303 | 1316 | <Member MemberName="System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly">
|
|
1384 | 1397 | <remarks>To be added.</remarks>
|
1385 | 1398 | <related type="Article" href="/dotnet/standard/collections/thread-safe/">Thread-Safe Collections</related>
|
1386 | 1399 | <related type="Article" href="/dotnet/standard/collections/thread-safe/how-to-add-and-remove-items">How to: Add and Remove Items from a ConcurrentDictionary</related>
|
| 1400 | + <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Collections.Generic.KeyValuePair`2.Key" /> property of <paramref name="keyValuePair" /> is <see langword="null" />.</exception> |
1387 | 1401 | </Docs>
|
1388 | 1402 | </Member>
|
1389 | 1403 | <Member MemberName="System.Collections.Generic.IDictionary<TKey,TValue>.Add">
|
@@ -2388,6 +2402,7 @@ Both the specifed key and value must match the entry in the dictionary for it to
|
2388 | 2402 |
|
2389 | 2403 | ]]></format>
|
2390 | 2404 | </remarks>
|
| 2405 | + <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Collections.Generic.KeyValuePair`2.Key" /> property of <paramref name="item" /> is <see langword="null" />.</exception> |
2391 | 2406 | </Docs>
|
2392 | 2407 | </Member>
|
2393 | 2408 | <Member MemberName="TryRemove">
|
|
0 commit comments