Skip to content

Commit 958bddb

Browse files
author
Ron Petrusha
authored
Corrected exception information (#1984)
1 parent 5677b52 commit 958bddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Threading.Tasks/Task.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4826,11 +4826,11 @@ Task t Status: RanToCompletion, Result: 42
48264826
<exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
48274827
<exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
48284828
<exception cref="T:System.ArgumentOutOfRangeException">
4829-
<paramref name="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.
4829+
The <see cref="P:System.TimeSpan.TotalMilliseconds" /> property of the <paramref name="timeout" /> argument is a negative number other than -1, which represents an infinite time-out.
48304830

48314831
-or-
48324832

4833-
<paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
4833+
The <see cref="P:System.TimeSpan.TotalMilliseconds" /> property of the <paramref name="timeout" /> argument is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
48344834
<exception cref="T:System.ArgumentException">The <paramref name="tasks" /> argument contains a null element.</exception>
48354835
</Docs>
48364836
</Member>

0 commit comments

Comments
 (0)