Home
last modified time | relevance | path

Searched refs:dns_bad_ip_address (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DIPAddress.cs81 throw new ArgumentException(SR.GetString(SR.dns_bad_ip_address), "address"); in IPAddress()
120 throw new ArgumentException(SR.GetString(SR.dns_bad_ip_address), "address"); in IPAddress()
273 throw new FormatException(SR.GetString(SR.dns_bad_ip_address), e); in InternalParse()
307 throw new FormatException(SR.GetString(SR.dns_bad_ip_address)); in InternalParse()
H A D_AutoWebProxyScriptHelper.cs584 throw new ArgumentException(SR.GetString(SR.dns_bad_ip_address), "IPAddressList"); in sortIpAddressList()
610 throw new ArgumentException(SR.GetString(SR.dns_bad_ip_address), "IPAddressList"); in sortIpAddressList()
732 throw new FormatException(SR.GetString(SR.dns_bad_ip_address)); in isInNetEx()
763 throw new FormatException(SR.GetString(SR.dns_bad_ip_address)); in isInNetEx()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/
H A DIPAddress.cs140 throw new ArgumentException(SR.dns_bad_ip_address, nameof(address)); in IPAddress()
211 throw new ArgumentException(SR.dns_bad_ip_address, nameof(address)); in IPAddress()
H A DIPAddressParser.cs39 …throw new FormatException(SR.dns_bad_ip_address, new SocketException(SocketError.InvalidArgument)); in Parse()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs550 public const string dns_bad_ip_address = "An invalid IP address was specified."; field in SR