Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8645ca1

Browse files
authored
Add missing TimeoutException to WaitAsync(TimeSpan, TimeProvider, CancellationToken) documentation (#11481)
1 parentdde0047 commit8645ca1

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)

[8]ページ先頭

©2009-2025 Movatter.jp