System.Net.Sockets.SocketException
namespace System.Net.Sockets
{
public class SocketException : Win32Exception
{
public SocketError SocketErrorCode { get; }
public SocketException();
public SocketException(int errorCode);
protected SocketException(SerializationInfo serializationInfo, StreamingContext streamingContext);
}
}