You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramrefname="timeout" /> is a negative number other than -1 milliseconds, which represents an infinite time-out.
4829
+
The <seecref="P:System.TimeSpan.TotalMilliseconds" /> property of the <paramrefname="timeout" /> argument is a negative number other than -1, which represents an infinite time-out.
4830
4830
4831
4831
-or-
4832
4832
4833
-
<paramrefname="timeout" /> is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
4833
+
The <seecref="P:System.TimeSpan.TotalMilliseconds" /> property of the <paramrefname="timeout" /> argument is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
4834
4834
<exceptioncref="T:System.ArgumentException">The <paramrefname="tasks" /> argument contains a null element.</exception>
0 commit comments