Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DClientSettingsStore.cs286 throw new ArgumentException(SR.UnknownUserLevel); in InitForConfiguration()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DClientSettingsStore.cs259 throw new ArgumentException(SR.GetString(SR.UnknownUserLevel)); in InitForConfiguration()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1444 public const string UnknownUserLevel = "Unknown ConfigurationUserLevel specified."; field in SR