Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions xml/System.Linq/ParallelEnumerable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3597,10 +3597,7 @@

]]></format>
</remarks>
<exception cref="T:System.OperationCanceledException">The query was canceled with the token passed in through <paramref name="WithCancellation" />.</exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="source" /> or <paramref name="action" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.AggregateException">One or more exceptions occurred during the evaluation of the query.</exception>
<exception cref="T:System.NotSupportedException">The exception that occurs when this method is called.</exception>
<related type="Article" href="~/docs/standard/parallel-programming/parallel-linq-plinq.md">Parallel LINQ (PLINQ)</related>
</Docs>
</Member>
Expand Down Expand Up @@ -4098,10 +4095,7 @@

]]></format>
</remarks>
<exception cref="T:System.OperationCanceledException">The query was canceled with the token passed in through <paramref name="WithCancellation" />.</exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="source" /> or <paramref name="action" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.AggregateException">One or more exceptions occurred during the evaluation of the query.</exception>
<exception cref="T:System.NotSupportedException">The exception that occurs when this method is called.</exception>
<related type="Article" href="~/docs/standard/parallel-programming/parallel-linq-plinq.md">Parallel LINQ (PLINQ)</related>
</Docs>
</Member>
Expand Down