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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2403,7 +2403,7 @@ End Sub
2403
2403
2404
2404
-or-
2405
2405
2406
-
The <paramrefname="delay" /> argument's <seecref="P:System.TimeSpan.TotalMilliseconds" /> property is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
2406
+
The <paramrefname="delay" /> argument's <seecref="P:System.TimeSpan.TotalMilliseconds" /> property is greater than 4294967294 on .NET 6 and later versions, or <seecref="F:System.Int32.MaxValue" /> on all previous versions.</exception>
2407
2407
</Docs>
2408
2408
</Member>
2409
2409
<MemberMemberName="Delay">
@@ -2550,7 +2550,7 @@ Task t Status: RanToCompletion, Result: 42
2550
2550
2551
2551
-or-
2552
2552
2553
-
The <paramrefname="delay" /> argument's <seecref="P:System.TimeSpan.TotalMilliseconds" /> property is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
2553
+
The <paramrefname="delay" /> argument's <seecref="P:System.TimeSpan.TotalMilliseconds" /> property is greater than 4294967294 on .NET 6 and later versions, or <seecref="F:System.Int32.MaxValue" /> on all previous versions.</exception>
2554
2554
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">The task has been canceled.</exception>
2555
2555
<exceptioncref="T:System.ObjectDisposedException">The provided <paramrefname="cancellationToken" /> has already been disposed.</exception>
0 commit comments