Skip to content

Commit c4204c6

Browse files
carlossanlopmairaw
authored andcommitted
Port two exceptions from System.Linq triple slash comments to Docs (#2320)
* Port two exceptions from System.Linq triple slash comments to Docs * Applying suggestions by rpetrusha in PR
1 parent b94d963 commit c4204c6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

xml/System.Linq/ParallelEnumerable.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3597,10 +3597,7 @@
35973597

35983598
]]></format>
35993599
</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>
36043601
<related type="Article" href="~/docs/standard/parallel-programming/parallel-linq-plinq.md">Parallel LINQ (PLINQ)</related>
36053602
</Docs>
36063603
</Member>
@@ -4098,10 +4095,7 @@
40984095

40994096
]]></format>
41004097
</remarks>
4101-
<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>
41054099
<related type="Article" href="~/docs/standard/parallel-programming/parallel-linq-plinq.md">Parallel LINQ (PLINQ)</related>
41064100
</Docs>
41074101
</Member>

0 commit comments

Comments
 (0)