Home
last modified time | relevance | path

Searched refs:Could_not_create_from_default_value_2 (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 DSettingsPropertyValue.cs159 …throw new ArgumentException(string.Format(SR.Could_not_create_from_default_value_2, Property.Name)… in Deserialize()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DSettingsPropertyValue.cs157 …throw new ArgumentException(SR.GetString(SR.Could_not_create_from_default_value_2, Property.Name)); in Deserialize()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1028 …public const string Could_not_create_from_default_value_2 = "The property '{0}' could not be creat… field in SR