Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/corefx/
H A DSR.cs100 …public const string net_uri_PortOutOfRange = "A derived type '{0}' has reported an invalid value f… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUri.cs2685 …throw new UriFormatException(SR.Format(SR.net_uri_PortOutOfRange, _syntax.GetType().ToString(), po… in GetHostViaCustomSyntax()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/
H A DURI.cs2768 …throw new UriFormatException(SR.GetString(SR.net_uri_PortOutOfRange, m_Syntax.GetType().FullName, …