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
<exceptioncref="T:System.NotSupportedException">There is already a write operation in progress.</exception>
1982
1982
<exceptioncref="T:System.ObjectDisposedException">This object has been closed.</exception>
@@ -3578,15 +3578,15 @@ This property gets the cipher suite that is going to be used in the communicatio
3578
3578
<exceptioncref="T:System.ArgumentNullException">
3579
3579
<paramrefname="buffer" /> is <seelangword="null" />.</exception>
3580
3580
<exceptioncref="T:System.ArgumentException">
3581
-
<paramrefname="offset" />
3582
-
<paramrefname="<" />
3583
-
<paramrefname="0" />.
3584
-
3585
-
<paramrefname="-or-" /><paramrefname="offset" /> > the length of <paramrefname="buffer" />.
3581
+
<paramrefname="offset" /> is less than zero.
3586
3582
3587
-
-or-
3588
-
3589
-
<paramrefname="offset" /> + count > the length of <paramrefname="buffer" />.</exception>
3583
+
-or-
3584
+
3585
+
<paramrefname="offset" /> is greater than the length of <paramrefname="buffer" />.
3586
+
3587
+
-or-
3588
+
3589
+
<paramrefname="offset" /> + count is greater than the length of <paramrefname="buffer" />.</exception>
3590
3590
<exceptioncref="T:System.IO.IOException">The read operation failed. Check the inner exception, if present to determine the cause of the failure.</exception>
3591
3591
<exceptioncref="T:System.NotSupportedException">There is already a read operation in progress.</exception>
3592
3592
<exceptioncref="T:System.ObjectDisposedException">This object has been closed.</exception>
@@ -4202,15 +4202,15 @@ This property gets the cipher suite that is going to be used in the communicatio
4202
4202
<exceptioncref="T:System.ArgumentNullException">
4203
4203
<paramrefname="buffer" /> is <seelangword="null" />.</exception>
4204
4204
<exceptioncref="T:System.ArgumentException">
4205
-
<paramrefname="offset" />
4206
-
<paramrefname="<" />
4207
-
<paramrefname="0" />.
4208
-
4209
-
<paramrefname="-or-" /><paramrefname="offset" /> > the length of <paramrefname="buffer" />.
4205
+
<paramrefname="offset" /> is less than zero.
4206
+
4207
+
-or-
4208
+
4209
+
<paramrefname="offset" /> is greater than the length of <paramrefname="buffer" />.
4210
4210
4211
4211
-or-
4212
4212
4213
-
<paramrefname="offset" /> + count > the length of <paramrefname="buffer" />.</exception>
4213
+
<paramrefname="offset" /> + count is greater than the length of <paramrefname="buffer" />.</exception>
<paramrefname="timeout" /> is a negative number other than -1, which represents an infinite timeout -or- timeout is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
699
-
<exceptioncref="T:System.ObjectDisposedException">The semaphoreSlim instance has been disposed <paramrefname="." /></exception>
698
+
<paramrefname="timeout" /> is a negative number other than -1, which represents an infinite timeout.
699
+
700
+
-or-
701
+
702
+
<paramrefname="timeout" /> is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
703
+
<exceptioncref="T:System.ObjectDisposedException">The semaphoreSlim instance has been disposed.</exception>
700
704
<relatedtype="Article"href="~/docs/standard/threading/semaphore-and-semaphoreslim.md">Semaphore and SemaphoreSlim</related>
701
705
</Docs>
702
706
</Member>
@@ -759,7 +763,11 @@ If `cancellationToken` is cancelled, the method throws an <xref:System.Operati
<paramrefname="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite timeout -or- timeout is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
766
+
<paramrefname="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite timeout.
767
+
768
+
-or-
769
+
770
+
<paramrefname="millisecondsTimeout" /> is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
763
771
<exceptioncref="T:System.ObjectDisposedException">The <seecref="T:System.Threading.SemaphoreSlim" /> instance has been disposed, or the <seecref="T:System.Threading.CancellationTokenSource" /> that created <paramrefname="cancellationToken" /> has been disposed.</exception>
764
772
<relatedtype="Article"href="~/docs/standard/threading/semaphore-and-semaphoreslim.md">Semaphore and SemaphoreSlim</related>
765
773
</Docs>
@@ -823,10 +831,16 @@ If `cancellationToken` is cancelled, the method throws an <xref:System.Operation
<paramrefname="timeout" /> is a negative number other than -1, which represents an infinite timeout -or- timeout is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
827
-
<exceptioncref="T:System.ObjectDisposedException">The semaphoreSlim instance has been disposed <paramrefname="." /><paramrefname="-or-" />
828
-
829
-
The <seecref="T:System.Threading.CancellationTokenSource" /> that created <paramrefname="cancellationToken" /> has already been disposed.</exception>
834
+
<paramrefname="timeout" /> is a negative number other than -1, which represents an infinite timeout.
835
+
836
+
-or-.
837
+
838
+
<paramrefname="timeout" /> is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
839
+
<exceptioncref="T:System.ObjectDisposedException">The semaphoreSlim instance has been disposed.
840
+
841
+
-or-
842
+
843
+
The <seecref="T:System.Threading.CancellationTokenSource" /> that created <paramrefname="cancellationToken" /> has already been disposed.</exception>
830
844
<relatedtype="Article"href="~/docs/standard/threading/semaphore-and-semaphoreslim.md">Semaphore and SemaphoreSlim</related>
<paramrefname="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite timeout -or- timeout is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
942
+
<paramrefname="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite timeout.
943
+
944
+
-or-
945
+
946
+
<paramrefname="millisecondsTimeout" /> is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
929
947
</Docs>
930
948
</Member>
931
949
<MemberMemberName="WaitAsync">
@@ -1015,7 +1033,11 @@ If `cancellationToken` is cancelled, the method throws an <xref:System.Operation
1015
1033
</remarks>
1016
1034
<exceptioncref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
<paramrefname="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite timeout -or- timeout is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
1036
+
<paramrefname="timeout" /> is a negative number other than -1, which represents an infinite timeout.
1037
+
1038
+
-or-
1039
+
1040
+
<paramrefname="timeout" /> is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
1019
1041
</Docs>
1020
1042
</Member>
1021
1043
<MemberMemberName="WaitAsync">
@@ -1065,7 +1087,11 @@ If `cancellationToken` is cancelled, the method throws an <xref:System.Operation
<paramrefname="millisecondsTimeout" /> is a number other than -1, which represents an infinite timeout -or- timeout is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
1090
+
<paramrefname="millisecondsTimeout" /> is a number other than -1, which represents an infinite timeout.
1091
+
1092
+
-or-
1093
+
1094
+
<paramrefname="millisecondsTimeout" /> is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
1069
1095
<exceptioncref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
<paramrefname="millisecondsTimeout" /> is a negative number other than -1, which represents an infinite timeout -or- timeout is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
1147
+
<paramrefname="timeout" /> is a negative number other than -1, which represents an infinite timeout.
1148
+
1149
+
-or-
1150
+
1151
+
<paramrefname="timeout" /> is greater than <seecref="F:System.Int32.MaxValue" />.</exception>
0 commit comments