3 references to SocketException
System.Net.Primitives (3)
System\Net\IPAddress.cs (1)
761
private static void ThrowSocketOperationNotSupported() => throw new
SocketException
(SocketError.OperationNotSupported);
System\Net\IPAddressParser.cs (1)
45
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)