Skip to content

Port two exceptions from System.Linq triple slash comments to Docs #2320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 25, 2019
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