Skip to content

Commit 8645ca1

Browse files
authored
Add missing TimeoutException to WaitAsync(TimeSpan, TimeProvider, CancellationToken) documentation (#11481)
1 parent dde0047 commit 8645ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xml/System.Threading.Tasks/Task.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6382,6 +6382,7 @@ An exception was thrown during
63826382
<returns>The <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous wait. It may or may not be the same instance as the current instance.</returns>
63836383
<remarks>To be added.</remarks>
63846384
<exception cref="T:System.ArgumentNullException">The <paramref name="timeProvider" /> argument is <see langword="null" />.</exception>
6385+
<exception cref="T:System.TimeoutException">The timeout expired. This exception is stored into the returned task.</exception>
63856386
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
63866387
</Docs>
63876388
</Member>

0 commit comments

Comments
 (0)