You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Threading.Tasks/Task.xml
+5-25Lines changed: 5 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -4444,11 +4444,7 @@ Task t Status: RanToCompletion, Result: 42
4444
4444
</remarks>
4445
4445
<exceptioncref="T:System.ObjectDisposedException">One or more of the <seecref="T:System.Threading.Tasks.Task" /> objects in <paramrefname="tasks" /> has been disposed.</exception>
4446
4446
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="tasks" /> argument is <seelangword="null" />.</exception>
4447
-
<exceptioncref="T:System.ArgumentException">The <paramrefname="tasks" /> argument contains a null element.
4448
-
4449
-
-or-
4450
-
4451
-
The <paramrefname="tasks" /> argument is an empty array.</exception>
4447
+
<exceptioncref="T:System.ArgumentException">The <paramrefname="tasks" /> argument contains a null element.</exception>
4452
4448
<exceptioncref="T:System.AggregateException">At least one of the <seecref="T:System.Threading.Tasks.Task" /> instances was canceled. If a task was canceled, the <seecref="T:System.AggregateException" /> exception contains an <seecref="T:System.OperationCanceledException" /> exception in its <seecref="P:System.AggregateException.InnerExceptions" /> collection.
4453
4449
4454
4450
-or-
@@ -4507,11 +4503,7 @@ Task t Status: RanToCompletion, Result: 42
4507
4503
An exception was thrown during the execution of at least one of the <seecref="T:System.Threading.Tasks.Task" /> instances.</exception>
<paramrefname="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite time-out.</exception>
4510
-
<exceptioncref="T:System.ArgumentException">The <paramrefname="tasks" /> argument contains a null element.
4511
-
4512
-
-or-
4513
-
4514
-
The <paramrefname="tasks" /> argument is an empty array.</exception>
4506
+
<exceptioncref="T:System.ArgumentException">The <paramrefname="tasks" /> argument contains a null element.</exception>
4515
4507
</Docs>
4516
4508
</Member>
4517
4509
<MemberMemberName="WaitAll">
@@ -4567,11 +4559,7 @@ Task t Status: RanToCompletion, Result: 42
4567
4559
-or-
4568
4560
4569
4561
An exception was thrown during the execution of at least one of the <seecref="T:System.Threading.Tasks.Task" /> instances.</exception>
4570
-
<exceptioncref="T:System.ArgumentException">The <paramrefname="tasks" /> argument contains a null element.
4571
-
4572
-
-or-
4573
-
4574
-
The <paramrefname="tasks" /> argument is an empty array.</exception>
4562
+
<exceptioncref="T:System.ArgumentException">The <paramrefname="tasks" /> argument contains a null element.</exception>
4575
4563
<exceptioncref="T:System.ObjectDisposedException">One or more of the <seecref="T:System.Threading.Tasks.Task" /> objects in <paramrefname="tasks" /> has been disposed.</exception>
4576
4564
</Docs>
4577
4565
</Member>
@@ -4630,11 +4618,7 @@ Task t Status: RanToCompletion, Result: 42
4630
4618
-or-
4631
4619
4632
4620
<paramrefname="timeout" /> is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
4633
-
<exceptioncref="T:System.ArgumentException">The <paramrefname="tasks" /> argument contains a null element.
4634
-
4635
-
-or-
4636
-
4637
-
The <paramrefname="tasks" /> argument is an empty array.</exception>
4621
+
<exceptioncref="T:System.ArgumentException">The <paramrefname="tasks" /> argument contains a null element.</exception>
4638
4622
</Docs>
4639
4623
</Member>
4640
4624
<MemberMemberName="WaitAll">
@@ -4696,11 +4680,7 @@ Task t Status: RanToCompletion, Result: 42
4696
4680
An exception was thrown during the execution of at least one of the <seecref="T:System.Threading.Tasks.Task" /> instances.</exception>
0 commit comments