3 references to net_uri_BadHostName
System.Private.Uri (3)
System\Uri.cs (1)
704ParsingError.BadHostName => SR.net_uri_BadHostName,
System\UriBuilder.cs (2)
186throw new ArgumentException(SR.net_uri_BadHostName, nameof(value)); 193throw new ArgumentException(SR.net_uri_BadHostName, nameof(value));