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
Copy file name to clipboardExpand all lines: xml/System.Net.Sockets/Socket.xml
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -11050,15 +11050,7 @@ You must call the Bind method before performing this operation.</exception>
11050
11050
11051
11051
]]></format>
11052
11052
</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>
11062
11054
<exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
11063
11055
<exception cref="T:System.ObjectDisposedException">.NET 5 and later: One or more sockets are disposed.</exception>
11064
11056
<altmember cref="T:System.Collections.IList" />
@@ -11113,7 +11105,7 @@ You must call the Bind method before performing this operation.</exception>
11113
11105
<param name="timeout">The timeout value. A value equal to -1 microseconds indicates an infinite timeout.</param>
11114
11106
<summary>Determines the status of one or more sockets.</summary>
11115
11107
<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>
11117
11109
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="checkRead" />, <paramref name="checkWrite" />, or <paramref name="checkError" /> parameter contains too many sockets.</exception>
11118
11110
<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>
11119
11111
<exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
0 commit comments