Skip to content
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions xml/System.Linq/ParallelEnumerable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3601,6 +3601,7 @@
<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 @@ -4102,6 +4103,7 @@
<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