Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions xml/System.Net.Sockets/Socket.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8975,6 +8975,7 @@ If you're using a connectionless <xref:System.Net.Sockets.Socket>, <xref:System.

The <paramref name="checkError" /> parameter is <see langword="null" /> or empty.</exception>
<exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
<exception cref="T:System.ObjectDisposedException">.NET 5.0 and later: One or more sockets are disposed.</exception>
<altmember cref="T:System.Collections.IList" />
<altmember cref="M:System.Net.Sockets.Socket.Accept" />
<altmember cref="M:System.Net.Sockets.Socket.Connect(System.Net.EndPoint)" />
Expand Down