Home
last modified time | relevance | path

Searched refs:Property_NullOrEmpty (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DExceptionUtil.cs25 return new ArgumentException(SR.GetString(SR.Property_NullOrEmpty, property), property); in PropertyNullOrEmpty()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DExceptionUtil.cs31 … return new ArgumentException(string.Format(SR.Property_NullOrEmpty, property), property); in PropertyNullOrEmpty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DExceptionUtil.cs26 return new ArgumentException(SR.GetString(SR.Property_NullOrEmpty, property), property); in PropertyNullOrEmpty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DAssemblyBuilder.cs896 …System.Configuration.ConfigurationErrorsException(SR.GetString(SR.Property_NullOrEmpty, Compilatio…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/ReferenceSources/
H A DSR.cs9 …public const string Property_NullOrEmpty = "The value assigned to property '{0}' cannot be null or… field in SR