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