2 references to SocketException
System.Net.Primitives (2)
System\Net\IPAddressParser.cs (1)
63throw new FormatException(SR.dns_bad_ip_address, new SocketException(SocketError.InvalidArgument));
System\Net\SocketException.cs (1)
19public SocketException(int errorCode) : this((SocketError)errorCode)