Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DEnumConverter.cs158 …throw new ArgumentException(SR.Format(SR.EnumConverterInvalidValue, value.ToString(), EnumType.Nam… in ConvertTo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DEnumConverter.cs167 …throw new ArgumentException(SR.GetString(SR.EnumConverterInvalidValue, value.ToString(), type.Name… in ConvertTo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs23 …public const string EnumConverterInvalidValue = "The value '{0}' is not a valid value for the enum… field in SR