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
<paramrefname="delay" />.<seecref="P:System.TimeSpan.TotalMilliseconds" /> is less than -1 or greater than <seecref="F:System.Int32.MaxValue" />.</exception>
262
+
<paramrefname="delay" />.<seecref="P:System.TimeSpan.TotalMilliseconds" /> is less than -1 or greater than <seehref="https://docs.microsoft.com/dotnet/api/system.int32.maxvalue">Int32.MaxValue</see> (or <seehref="https://docs.microsoft.com/dotnet/api/system.uint32.maxvalue">UInt32.MaxValue</see> - 1 on some versions of .NET). Note that this upper bound is more restrictive than <seehref="https://docs.microsoft.com/dotnet/api/system.timespan.maxvalue">TimeSpan.MaxValue</see>.
263
+
</exception>
263
264
</Docs>
264
265
</Member>
265
266
<MemberGroupMemberName="Cancel">
@@ -515,16 +516,16 @@
515
516
<summary>Schedules a cancel operation on this <seecref="T:System.Threading.CancellationTokenSource" /> after the specified time span.</summary>
516
517
<remarks>
517
518
<formattype="text/markdown"><![CDATA[
518
-
The countdown for the delay starts during this call. When the delay expires,
519
-
this <xref:System.Threading.CancellationTokenSource> is canceled, if it has
520
-
not been canceled already.
521
-
522
-
Subsequent calls to `CancelAfter` will reset the delay for this <xref:System.Threading.CancellationTokenSource>, if it has not been canceled already.
519
+
## Remarks
520
+
The countdown for the delay starts during this call. When the delay expires, this <xref:System.Threading.CancellationTokenSource> is canceled, if it has not been canceled already.
523
521
522
+
Subsequent calls to `CancelAfter` will reset the delay for this <xref:System.Threading.CancellationTokenSource>, if it has not been canceled already.
524
523
]]></format>
525
524
</remarks>
526
525
<exceptioncref="T:System.ObjectDisposedException">The exception thrown when this <seecref="T:System.Threading.CancellationTokenSource" /> has been disposed.</exception>
527
-
<exceptioncref="T:System.ArgumentOutOfRangeException">The exception that is thrown when <paramrefname="delay" /> is less than -1 or greater than Int32.MaxValue.</exception>
<paramrefname="delay" />.<seecref="P:System.TimeSpan.TotalMilliseconds" /> is less than -1 or greater than <seehref="https://docs.microsoft.com/dotnet/api/system.int32.maxvalue">Int32.MaxValue</see> (or <seehref="https://docs.microsoft.com/dotnet/api/system.uint32.maxvalue">UInt32.MaxValue</see> - 1 on some versions of .NET). Note that this upper bound is more restrictive than <seehref="https://docs.microsoft.com/dotnet/api/system.timespan.maxvalue">TimeSpan.MaxValue</see>.
0 commit comments