12 instantiations of SocksException
System.Net.Http (12)
System\Net\Http\SocketsHttpHandler\SocksHelper.cs (12)
113throw new SocksException(SR.net_socks_auth_required); 136throw new SocksException(SR.net_socks_auth_failed); 142throw new SocksException(SR.net_socks_no_auth_method); 195throw new SocksException(SR.net_socks_connection_failed); 202_ => throw new SocksException(SR.net_socks_bad_address_type) 242throw new SocksException(SR.net_socks_ipv6_notsupported); 257throw new SocksException(SR.net_socks_no_ipv4_address, ex); 262throw new SocksException(SR.net_socks_no_ipv4_address); 308throw new SocksException(SR.net_socks_auth_failed); 310throw new SocksException(SR.net_socks_connection_failed); 329throw new SocksException(SR.Format(SR.net_socks_string_too_long, parameterName)); 337throw new SocksException(SR.Format(SR.net_socks_unexpected_version, expected, version));