12 instantiations of SocksException
System.Net.Http (12)
System\Net\Http\SocketsHttpHandler\SocksHelper.cs (12)
114throw new SocksException(SR.net_socks_auth_required); 137throw new SocksException(SR.net_socks_auth_failed); 143throw new SocksException(SR.net_socks_no_auth_method); 196throw new SocksException(SR.Format(SR.net_socks_connection_failed, buffer[1].ToString("X2"))); 203_ => throw new SocksException(SR.net_socks_bad_address_type) 243throw new SocksException(SR.net_socks_ipv6_notsupported); 258throw new SocksException(SR.net_socks_no_ipv4_address, ex); 263throw new SocksException(SR.net_socks_no_ipv4_address); 309throw new SocksException(SR.net_socks_auth_failed); 311throw new SocksException(SR.Format(SR.net_socks_connection_failed, buffer[1].ToString("X2"))); 330throw new SocksException(SR.Format(SR.net_socks_string_too_long, parameterName)); 338throw new SocksException(SR.Format(SR.net_socks_unexpected_version, expected, version));