3 references to SocketException
System.Net.Primitives (3)
System\Net\IPAddress.cs (1)
761private static void ThrowSocketOperationNotSupported() => throw new SocketException(SocketError.OperationNotSupported);
System\Net\IPAddressParser.cs (1)
45throw new FormatException(SR.dns_bad_ip_address, new SocketException(SocketError.InvalidArgument));
System\Net\SocketException.cs (1)
19public SocketException(int errorCode) : this((SocketError)errorCode)