8 instantiations of SettingsPropertyNotFoundException
System.Configuration.ConfigurationManager (8)
System\Configuration\ApplicationSettingsBase.cs (2)
284
throw new
SettingsPropertyNotFoundException
();
290
throw new
SettingsPropertyNotFoundException
();
System\Configuration\SettingsBase.cs (6)
56
throw new
SettingsPropertyNotFoundException
(SR.Format(SR.SettingsPropertyNotFound, propertyName));
59
throw new
SettingsPropertyNotFoundException
(SR.Format(SR.SettingsPropertyNotFound, propertyName));
66
throw new
SettingsPropertyNotFoundException
(SR.Format(SR.SettingsPropertyNotFound, propertyName));
74
throw new
SettingsPropertyNotFoundException
(SR.Format(SR.SettingsPropertyNotFound, propertyName));
78
throw new
SettingsPropertyNotFoundException
(SR.Format(SR.SettingsPropertyNotFound, propertyName));
92
throw new
SettingsPropertyNotFoundException
(SR.Format(SR.SettingsPropertyNotFound, propertyName));
1 reference to SettingsPropertyNotFoundException
System (1)
src\libraries\shims\System\ref\System.cs (1)
457
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
SettingsPropertyNotFoundException
))]