Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/corefx/
H A DSR.cs94 …public const string net_uri_CannotCreateRelative = "A relative URI cannot be created because the '… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUri.cs636 return new UriFormatException(SR.net_uri_CannotCreateRelative); in GetException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/
H A DURI.cs655 return new UriFormatException(SR.GetString(SR.net_uri_CannotCreateRelative));