|
1 |
| -<Type Name="Socket" FullName="System.Net.Sockets.Socket"> |
| 1 | +<Type Name="Socket" FullName="System.Net.Sockets.Socket"> |
2 | 2 | <TypeSignature Language="C#" Value="public class Socket : IDisposable" />
|
3 | 3 | <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Socket extends System.Object implements class System.IDisposable" FrameworkAlternate="dotnet-uwp-10.0;net-5.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-1.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-1.3;netstandard-1.4;netstandard-1.6;netstandard-2.0;netstandard-2.1" />
|
4 | 4 | <TypeSignature Language="DocId" Value="T:System.Net.Sockets.Socket" />
|
@@ -146,6 +146,12 @@ This method populates the <xref:System.Net.Sockets.Socket> instance with data ga
|
146 | 146 |
|
147 | 147 | ]]></format>
|
148 | 148 | </remarks>
|
| 149 | + <exception cref="T:System.ArgumentNullException"> |
| 150 | + <paramref name="handle" /> is <see langword="null" />.</exception> |
| 151 | + <exception cref="T:System.ArgumentException"> |
| 152 | + <paramref name="handle" /> is invalid.</exception> |
| 153 | + <exception cref="T:System.Net.Sockets.SocketException"> |
| 154 | + <paramref name="handle" /> is not a socket or information about the socket could not be accessed.</exception> |
149 | 155 | </Docs>
|
150 | 156 | </Member>
|
151 | 157 | <Member MemberName=".ctor">
|
@@ -5659,6 +5665,8 @@ In general, the `GetSocketOption` method should be used whenever getting a <xref
|
5659 | 5665 |
|
5660 | 5666 | ]]></format>
|
5661 | 5667 | </remarks>
|
| 5668 | + <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket" /> has been closed.</exception> |
| 5669 | + <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception> |
5662 | 5670 | </Docs>
|
5663 | 5671 | </Member>
|
5664 | 5672 | <MemberGroup MemberName="GetSocketOption">
|
@@ -10983,6 +10991,8 @@ The <xref:System.Net.Sockets.Socket.SetRawSocketOption(System.Int32,System.Int32
|
10983 | 10991 |
|
10984 | 10992 | ]]></format>
|
10985 | 10993 | </remarks>
|
| 10994 | + <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket" /> has been closed.</exception> |
| 10995 | + <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception> |
10986 | 10996 | </Docs>
|
10987 | 10997 | </Member>
|
10988 | 10998 | <MemberGroup MemberName="SetSocketOption">
|
|
0 commit comments