|
624 | 624 |
|
625 | 625 | -or-
|
626 | 626 |
|
627 |
| - if AsOrdered is called midway through a query. It is allowed to be called immediately after <see cref="M:System.Linq.ParallelEnumerable.AsParallel(System.Collections.IEnumerable)" />, <see cref="M:System.Linq.ParallelEnumerable.Range(System.Int32,System.Int32)" /> or <see cref="M:System.Linq.ParallelEnumerable.Repeat``1(``0,System.Int32)" />.</exception> |
| 627 | + if <see langword="AsOrdered" /> is called midway through a query. It is allowed to be called immediately after <see cref="M:System.Linq.ParallelEnumerable.AsParallel(System.Collections.IEnumerable)" />, <see cref="M:System.Linq.ParallelEnumerable.Range(System.Int32,System.Int32)" />, or <see cref="M:System.Linq.ParallelEnumerable.Repeat``1(``0,System.Int32)" />. |
| 628 | + |
| 629 | +-or- |
| 630 | + |
| 631 | +<paramref name="source" /> is not one of <see cref="M:System.Linq.ParallelEnumerable.AsParallel(System.Collections.IEnumerable)" />, <see cref="M:System.Linq.ParallelEnumerable.Range(System.Int32,System.Int32)" />, or <see cref="M:System.Linq.ParallelEnumerable.Repeat``1(``0,System.Int32)" />.</exception> |
628 | 632 | <related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
|
629 | 633 | </Docs>
|
630 | 634 | </Member>
|
|
3621 | 3625 | <remarks>To be added.</remarks>
|
3622 | 3626 | <exception cref="T:System.OperationCanceledException">The query was canceled with the token passed in through <paramref name="WithCancellation" />.</exception>
|
3623 | 3627 | <exception cref="T:System.ArgumentNullException">
|
3624 |
| - <paramref name="source" /> or <paramref name="action" /> is a null reference (Nothing in Visual Basic).</exception> |
| 3628 | + <paramref name="source" /> or <paramref name="action" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="resultSelector" /> is <see langword="null" /> (<see langword="Nothing" /> in Visual Basic).</exception> |
3625 | 3629 | <exception cref="T:System.AggregateException">One or more exceptions occurred during the evaluation of the query.</exception>
|
3626 | 3630 | <related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
|
3627 | 3631 | </Docs>
|
|
3683 | 3687 | <remarks>To be added.</remarks>
|
3684 | 3688 | <exception cref="T:System.OperationCanceledException">The query was canceled with the token passed in through <paramref name="WithCancellation" />.</exception>
|
3685 | 3689 | <exception cref="T:System.ArgumentNullException">
|
3686 |
| - <paramref name="source" /> or <paramref name="action" /> is a null reference (Nothing in Visual Basic).</exception> |
| 3690 | + <paramref name="source" /> or <paramref name="action" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="resultSelector" /> is <see langword="null" /> (<see langword="Nothing" /> in Visual Basic).</exception> |
3687 | 3691 | <exception cref="T:System.AggregateException">One or more exceptions occurred during the evaluation of the query.</exception>
|
3688 | 3692 | <related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
|
3689 | 3693 | </Docs>
|
|
3831 | 3835 | <remarks>To be added.</remarks>
|
3832 | 3836 | <exception cref="T:System.OperationCanceledException">The query was canceled with the token passed in through <paramref name="WithCancellation" />.</exception>
|
3833 | 3837 | <exception cref="T:System.ArgumentNullException">
|
3834 |
| - <paramref name="source" /> or <paramref name="action" /> is a null reference (Nothing in Visual Basic).</exception> |
| 3838 | + <paramref name="source" /> or <paramref name="action" /> or <paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is <see langword="null" /> (<see langword="Nothing" /> in Visual Basic).</exception> |
3835 | 3839 | <exception cref="T:System.AggregateException">One or more exceptions occurred during the evaluation of the query.</exception>
|
3836 | 3840 | <related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
|
3837 | 3841 | </Docs>
|
|
3969 | 3973 | <remarks>To be added.</remarks>
|
3970 | 3974 | <exception cref="T:System.OperationCanceledException">The query was canceled with the token passed in through <paramref name="WithCancellation" />.</exception>
|
3971 | 3975 | <exception cref="T:System.ArgumentNullException">
|
3972 |
| - <paramref name="source" /> or <paramref name="action" /> is a null reference (Nothing in Visual Basic).</exception> |
| 3976 | + <paramref name="source" /> or <paramref name="action" /> or <paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is <see langword="null" /> (<see langword="Nothing" /> in Visual Basic).</exception> |
3973 | 3977 | <exception cref="T:System.AggregateException">One or more exceptions occurred during the evaluation of the query.</exception>
|
3974 | 3978 | <related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
|
3975 | 3979 | </Docs>
|
|
4355 | 4359 | <remarks>To be added.</remarks>
|
4356 | 4360 | <exception cref="T:System.OperationCanceledException">The query was canceled with the token passed in through <paramref name="WithCancellation" />.</exception>
|
4357 | 4361 | <exception cref="T:System.ArgumentNullException">
|
4358 |
| - <paramref name="source" /> or <paramref name="action" /> is a null reference (Nothing in Visual Basic).</exception> |
| 4362 | + <paramref name="source" /> or <paramref name="action" /> or <paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is <see langword="null" /> (<see langword="Nothing" /> in Visual Basic).</exception> |
4359 | 4363 | <exception cref="T:System.AggregateException">One or more exceptions occurred during the evaluation of the query.</exception>
|
4360 | 4364 | <related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
|
4361 | 4365 | </Docs>
|
|
4493 | 4497 | <remarks>To be added.</remarks>
|
4494 | 4498 | <exception cref="T:System.OperationCanceledException">The query was canceled with the token passed in through <paramref name="WithCancellation" />.</exception>
|
4495 | 4499 | <exception cref="T:System.ArgumentNullException">
|
4496 |
| - <paramref name="source" /> or <paramref name="action" /> is a null reference (Nothing in Visual Basic).</exception> |
| 4500 | + <paramref name="source" /> or <paramref name="action" /> or <paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is <see langword="null" /> (<see langword="Nothing" /> in Visual Basic).</exception> |
4497 | 4501 | <exception cref="T:System.AggregateException">One or more exceptions occurred during the evaluation of the query.</exception>
|
4498 | 4502 | <related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
|
4499 | 4503 | </Docs>
|
|
0 commit comments