@@ -826,7 +826,7 @@ If a thread or task is blocked when calling <xref:System.Threading.SemaphoreSlim
826
826
827
827
-or-
828
828
829
- <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
829
+ In .NET 9 and earlier versions, <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
830
830
<exception cref =" T:System.ObjectDisposedException" >The semaphoreSlim instance has been disposed.</exception >
831
831
<related type =" Article" href =" /dotnet/standard/threading/semaphore-and-semaphoreslim" >Semaphore and SemaphoreSlim</related >
832
832
</Docs >
@@ -988,9 +988,9 @@ If `cancellationToken` is cancelled, the method throws an <xref:System.Operation
988
988
<exception cref =" T:System.ArgumentOutOfRangeException" >
989
989
<paramref name =" timeout" /> is a negative number other than -1, which represents an infinite timeout.
990
990
991
- -or-.
991
+ -or-
992
992
993
- <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
993
+ In .NET 9 and earlier versions, <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
994
994
<exception cref =" T:System.ObjectDisposedException" >The semaphoreSlim instance has been disposed.
995
995
996
996
-or-
@@ -1225,7 +1225,7 @@ The <see cref="T:System.Threading.CancellationTokenSource" /> that created <para
1225
1225
1226
1226
-or-
1227
1227
1228
- <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
1228
+ In .NET 9 and earlier versions, <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
1229
1229
</Docs >
1230
1230
</Member >
1231
1231
<Member MemberName =" WaitAsync" >
@@ -1356,7 +1356,7 @@ The <see cref="T:System.Threading.CancellationTokenSource" /> that created <para
1356
1356
1357
1357
-or-
1358
1358
1359
- <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
1359
+ In .NET 9 and earlier versions, <paramref name =" timeout" /> is greater than <see cref =" F:System.Int32.MaxValue" >Int32.MaxValue</see >.</exception >
1360
1360
<exception cref =" T:System.OperationCanceledException" >
1361
1361
<paramref name =" cancellationToken" /> was canceled.</exception >
1362
1362
<exception cref =" T:System.ObjectDisposedException" >The <see cref =" T:System.Threading.SemaphoreSlim" /> has been disposed.</exception >
0 commit comments