Home
last modified time | relevance | path

Searched refs:net_webclient_invalid_baseaddress (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs561 …public const string net_webclient_invalid_baseaddress = "The specified value is not a valid base a… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/src/System/Net/
H A DWebClient.cs168 … throw new ArgumentException(SR.net_webclient_invalid_baseaddress, nameof(value), e);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dwebclient.cs167 … throw new ArgumentException(SR.GetString(SR.net_webclient_invalid_baseaddress), "value", e);