You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Collections.Concurrent/BlockingCollection`1.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1249,6 +1249,7 @@
1249
1249
<exceptioncref="T:System.InvalidOperationException">The underlying collection was modified outside of this <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> instance, or the <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> is empty and the collection has been marked as complete for adding.</exception>
<exceptioncref="T:System.OperationCanceledException">The <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> is empty and has been marked as complete with regards to additions.</exception>
Copy file name to clipboardExpand all lines: xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -597,6 +597,7 @@
597
597
</remarks>
598
598
<exceptioncref="T:System.ArgumentNullException">
599
599
<paramrefname="key" />, <paramrefname="addValueFactory" />, or <paramrefname="updateValueFactory" /> is a null reference (Nothing in Visual Basic).</exception>
600
+
<exceptioncref="T:System.OverflowException">The dictionary contains too many elements.</exception>
600
601
</Docs>
601
602
</Member>
602
603
<MemberMemberName="Clear">
@@ -972,6 +973,8 @@
972
973
973
974
]]></format>
974
975
</remarks>
976
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="key" /> is a <seelangword="null" /> reference (Nothing in Visual Basic).</exception>
977
+
<exceptioncref="T:System.OverflowException">The dictionary contains too many elements.</exception>
<paramrefname="value" /> does not implement <seecref="T:System.IComparable" /> or the search encounters an element that does not implement <seecref="T:System.IComparable" />.</exception>
155
+
<exceptioncref="T:System.ArgumentException"><paramrefname="index" /> and <paramrefname="length" /> do not specify a valid range in <paramrefname="array" />.</exception>
156
+
<exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="index" /> is less than the lower bound of <paramrefname="array" />.
157
+
158
+
-or-
159
+
160
+
<paramrefname="length" /> is less than zero.</exception>
<paramrefname="comparer" /> is null and <paramrefname="value" /> does not implement <seecref="T:System.IComparable" /> or the search encounters an element that does not implement <seecref="T:System.IComparable" />.</exception>
207
+
<exceptioncref="T:System.ArgumentException"><paramrefname="index" /> and <paramrefname="length" /> do not specify a valid range in <paramrefname="array" />.
208
+
209
+
-or-
210
+
211
+
<paramrefname="comparer" /> is <seelangword="null" />, and <paramrefname="value" /> is of a type that is not compatible with the elements of <paramrefname="array" />.</exception>
212
+
<exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="index" /> is less than the lower bound of <paramrefname="array" />.
213
+
214
+
-or-
215
+
216
+
<paramrefname="length" /> is less than zero.</exception>
Copy file name to clipboardExpand all lines: xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -456,6 +456,9 @@
456
456
<summary>Gets or sets the element with the specified key.</summary>
457
457
<value>The element that has the specified key.</value>
458
458
<remarks>To be added.</remarks>
459
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="key" /> is <seelangword="null" />.</exception>
460
+
<exceptioncref="T:System.Collections.Generic.KeyNotFoundException">The property is being retrieved, and <paramrefname="key" /> is not found.</exception>
461
+
<exceptioncref="T:System.NotSupportedException">The property is being set, and the <seecref="T:System.Collections.Generic.IDictionary`2" /> is read-only.</exception>
<typeparamname="TKey">The type of key stored by the dictionary.</typeparam>
61
+
<typeparamname="TValue">The type of value stored by the dictionary.</typeparam>
62
62
<paramname="location">The variable or field to atomically update if the specified is not in the dictionary.</param>
63
63
<paramname="key">The key for the value to add or update.</param>
64
64
<paramname="addValueFactory">The function that receives the key and returns a new value to add to the dictionary when no value previously exists.</param>
Copy file name to clipboardExpand all lines: xml/System.Collections.Immutable/ImmutableList`1+Builder.xml
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,7 @@
164
164
165
165
]]></format>
166
166
</remarks>
167
+
<exceptioncref="T:System.InvalidOperationException">The default comparer <seecref="P:System.Collections.Generic.Comparer`1.Default" /> cannot find an implementation of the <seecref="T:System.IComparable`1" /> generic interface or the <seecref="T:System.IComparable" /> interface for type T.</exception>
167
168
</Docs>
168
169
</Member>
169
170
<MemberMemberName="BinarySearch">
@@ -203,6 +204,8 @@
203
204
204
205
]]></format>
205
206
</remarks>
207
+
<exceptioncref="T:System.InvalidOperationException"><paramrefname="comparer" /> is <seelangword="null" />, and the default comparer <seecref="P:System.Collections.Generic.Comparer`1.Default" /> cannot find an implementation of the <seecref="T:System.IComparable`1" /> generic interface or the <seecref="T:System.IComparable" /> interface for type T.
208
+
</exception>
206
209
</Docs>
207
210
</Member>
208
211
<MemberMemberName="BinarySearch">
@@ -246,6 +249,12 @@
246
249
247
250
]]></format>
248
251
</remarks>
252
+
<exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="index" /> is less than 0.
253
+
-or-
254
+
255
+
<paramrefname="count" /> is less than 0.</exception>
256
+
<exceptioncref="T:System.ArgumentException"><paramrefname="index" /> and <paramrefname="count" /> do not denote a valid range in the <seecref="T:System.Collections.Generic.List`1" />.</exception>
257
+
<exceptioncref="T:System.InvalidOperationException"><paramrefname="comparer" /> is <seelangword="null" />, and the default comparer <seecref="P:System.Collections.Generic.Comparer`1.Default" /> cannot find an implementation of the <seecref="T:System.IComparable`1" /> generic interface or the <seecref="T:System.IComparable" /> interface for type T.</exception>
0 commit comments