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.Linq/ParallelEnumerable.xml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3597,10 +3597,7 @@
3597
3597
3598
3598
]]></format>
3599
3599
</remarks>
3600
-
<exception cref="T:System.OperationCanceledException">The query was canceled with the token passed in through <paramref name="WithCancellation" />.</exception>
3601
-
<exception cref="T:System.ArgumentNullException">
3602
-
<paramref name="source" /> or <paramref name="action" /> is a null reference (Nothing in Visual Basic).</exception>
3603
-
<exception cref="T:System.AggregateException">One or more exceptions occurred during the evaluation of the query.</exception>
3600
+
<exception cref="T:System.NotSupportedException">The exception that occurs when this method is called.</exception>
<exception cref="T:System.OperationCanceledException">The query was canceled with the token passed in through <paramref name="WithCancellation" />.</exception>
4102
-
<exception cref="T:System.ArgumentNullException">
4103
-
<paramref name="source" /> or <paramref name="action" /> is a null reference (Nothing in Visual Basic).</exception>
4104
-
<exception cref="T:System.AggregateException">One or more exceptions occurred during the evaluation of the query.</exception>
4098
+
<exception cref="T:System.NotSupportedException">The exception that occurs when this method is called.</exception>
0 commit comments