|
334 | 334 | <param name="collection">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements are copied to the new <see cref="T:System.Collections.Generic.Dictionary`2" />.</param> |
335 | 335 | <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.Dictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IEnumerable`1" />.</summary> |
336 | 336 | <remarks>To be added.</remarks> |
337 | | - <exception cref="System.ArgumentException"><paramref name="collection" /> contains one or more duplicated keys.</exception> |
| 337 | + <exception cref="T:System.ArgumentNullException"> |
| 338 | + <paramref name="collection" /> is <see langword="null" />.</exception> |
| 339 | + <exception cref="T:System.ArgumentException"> |
| 340 | + <paramref name="collection" /> contains one or more duplicated keys.</exception> |
338 | 341 | </Docs> |
339 | 342 | </Member> |
340 | 343 | <Member MemberName=".ctor"> |
|
572 | 575 | <param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</param> |
573 | 576 | <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.Dictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IEnumerable`1" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</summary> |
574 | 577 | <remarks>To be added.</remarks> |
575 | | - <exception cref="System.ArgumentException"><paramref name="collection" /> contains one or more duplicated keys.</exception> |
| 578 | + <exception cref="T:System.ArgumentNullException"> |
| 579 | + <paramref name="collection" /> is <see langword="null" />.</exception> |
| 580 | + <exception cref="T:System.ArgumentException"> |
| 581 | + <paramref name="collection" /> contains one or more duplicated keys.</exception> |
576 | 582 | </Docs> |
577 | 583 | </Member> |
578 | 584 | <Member MemberName=".ctor"> |
|
1514 | 1520 | <returns> |
1515 | 1521 | <see langword="true" /> if the element is successfully found and removed; otherwise, <see langword="false" />.</returns> |
1516 | 1522 | <remarks>To be added.</remarks> |
1517 | | - <exception cref="System.ArgumentNullException"><paramref name="key" /> is <see langword="null" />.</exception> |
| 1523 | + <exception cref="T:System.ArgumentNullException"> |
| 1524 | + <paramref name="key" /> is <see langword="null" />.</exception> |
1518 | 1525 | </Docs> |
1519 | 1526 | </Member> |
1520 | 1527 | <Member MemberName="System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add"> |
|
0 commit comments