From 1275fcd0c85d30d37340c8535b45a555056d0969 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 19 Jun 2025 07:00:46 +0000
Subject: [PATCH 1/2] Initial plan for issue
From d3f9eca9ca85a2bd49f3ad4aa8bff9a1ce137b11 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 19 Jun 2025 07:06:34 +0000
Subject: [PATCH 2/2] Add missing TimeoutException to WaitAsync(TimeSpan,
TimeProvider, CancellationToken) documentation
Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
---
xml/System.Threading.Tasks/Task.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/xml/System.Threading.Tasks/Task.xml b/xml/System.Threading.Tasks/Task.xml
index cd654e48442..3dc74724833 100644
--- a/xml/System.Threading.Tasks/Task.xml
+++ b/xml/System.Threading.Tasks/Task.xml
@@ -6382,6 +6382,7 @@ An exception was thrown during
The representing the asynchronous wait. It may or may not be the same instance as the current instance.
To be added.
The argument is .
+ The timeout expired. This exception is stored into the returned task.
The cancellation token was canceled. This exception is stored into the returned task.