@@ -822,11 +822,7 @@ If a thread or task is blocked when calling <xref:System.Threading.SemaphoreSlim
822
822
]]> </format >
823
823
</remarks >
824
824
<exception cref =" T:System.ArgumentOutOfRangeException" >
825
- <paramref name =" timeout" /> is a negative number other than -1, which represents an infinite timeout.
826
-
827
- -or-
828
-
829
- <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
825
+ <paramref name =" timeout" /> is a negative number other than -1, which represents an infinite timeout.</exception >
830
826
<exception cref =" T:System.ObjectDisposedException" >The semaphoreSlim instance has been disposed.</exception >
831
827
<related type =" Article" href =" /dotnet/standard/threading/semaphore-and-semaphoreslim" >Semaphore and SemaphoreSlim</related >
832
828
</Docs >
@@ -986,11 +982,7 @@ If `cancellationToken` is cancelled, the method throws an <xref:System.Operation
986
982
<exception cref =" T:System.OperationCanceledException" >
987
983
<paramref name =" cancellationToken" /> was canceled.</exception >
988
984
<exception cref =" T:System.ArgumentOutOfRangeException" >
989
- <paramref name =" timeout" /> is a negative number other than -1, which represents an infinite timeout.
990
-
991
- -or-.
992
-
993
- <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
985
+ <paramref name =" timeout" /> is a negative number other than -1, which represents an infinite timeout.</exception >
994
986
<exception cref =" T:System.ObjectDisposedException" >The semaphoreSlim instance has been disposed.
995
987
996
988
-or-
@@ -1221,11 +1213,7 @@ The <see cref="T:System.Threading.CancellationTokenSource" /> that created <para
1221
1213
</remarks >
1222
1214
<exception cref =" T:System.ObjectDisposedException" >The current instance has already been disposed.</exception >
1223
1215
<exception cref =" T:System.ArgumentOutOfRangeException" >
1224
- <paramref name =" timeout" /> is a negative number other than -1, which represents an infinite timeout.
1225
-
1226
- -or-
1227
-
1228
- <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
1216
+ <paramref name =" timeout" /> is a negative number other than -1, which represents an infinite timeout.</exception >
1229
1217
</Docs >
1230
1218
</Member >
1231
1219
<Member MemberName =" WaitAsync" >
@@ -1352,11 +1340,7 @@ The <see cref="T:System.Threading.CancellationTokenSource" /> that created <para
1352
1340
]]> </format >
1353
1341
</remarks >
1354
1342
<exception cref =" T:System.ArgumentOutOfRangeException" >
1355
- <paramref name =" timeout" /> is a negative number other than -1, which represents an infinite timeout.
1356
-
1357
- -or-
1358
-
1359
- <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
1343
+ <paramref name =" timeout" /> is a negative number other than -1, which represents an infinite timeout.</exception >
1360
1344
<exception cref =" T:System.OperationCanceledException" >
1361
1345
<paramref name =" cancellationToken" /> was canceled.</exception >
1362
1346
<exception cref =" T:System.ObjectDisposedException" >The <see cref =" T:System.Threading.SemaphoreSlim" /> has been disposed.</exception >
0 commit comments