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.