Skip to content

Commit 10d6ad9

Browse files
authored
Documentation fix for Socket.Select (#9992)
1 parent 9714891 commit 10d6ad9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

xml/System.Net.Sockets/Socket.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11050,15 +11050,7 @@ You must call the Bind method before performing this operation.</exception>
1105011050

1105111051
]]></format>
1105211052
</remarks>
11053-
<exception cref="T:System.ArgumentNullException">The <paramref name="checkRead" /> parameter is <see langword="null" /> or empty.
11054-
11055-
-and-
11056-
11057-
The <paramref name="checkWrite" /> parameter is <see langword="null" /> or empty
11058-
11059-
-and-
11060-
11061-
The <paramref name="checkError" /> parameter is <see langword="null" /> or empty.</exception>
11053+
<exception cref="T:System.ArgumentNullException">The <paramref name="checkRead" />, <paramref name="checkWrite" />, and <paramref name="checkError" /> parameters are all <see langword="null" /> or empty. At least one of <paramref name="checkRead" />, <paramref name="checkWrite" />, or <paramref name="checkError" /> must contain at least one <see cref="T:System.Net.Sockets.Socket"/>.</exception>
1106211054
<exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
1106311055
<exception cref="T:System.ObjectDisposedException">.NET 5 and later: One or more sockets are disposed.</exception>
1106411056
<altmember cref="T:System.Collections.IList" />
@@ -11113,7 +11105,7 @@ You must call the Bind method before performing this operation.</exception>
1111311105
<param name="timeout">The timeout value. A value equal to -1 microseconds indicates an infinite timeout.</param>
1111411106
<summary>Determines the status of one or more sockets.</summary>
1111511107
<remarks>To be added.</remarks>
11116-
<exception cref="T:System.ArgumentNullException">The <paramref name="checkRead" />, <paramref name="checkWrite" />, or <paramref name="checkError" /> parameter is <see langword="null" /> or empty.</exception>
11108+
<exception cref="T:System.ArgumentNullException">The <paramref name="checkRead" />, <paramref name="checkWrite" />, and <paramref name="checkError" /> parameters are all <see langword="null" /> or empty. At least one of <paramref name="checkRead" />, <paramref name="checkWrite" />, or <paramref name="checkError" /> must contain at least one <see cref="T:System.Net.Sockets.Socket"/>.</exception>
1111711109
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="checkRead" />, <paramref name="checkWrite" />, or <paramref name="checkError" /> parameter contains too many sockets.</exception>
1111811110
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="timeout" /> was less than -1 microseconds or greater than <see cref="F:System.Int32.MaxValue" /> microseconds</exception>
1111911111
<exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>

0 commit comments

Comments
 (0)