2 instantiations of SettingsPropertyNotFoundException
System (2)
sys\system\configuration\ApplicationSettingsBase.cs (2)
254
throw new
SettingsPropertyNotFoundException
();
260
throw new
SettingsPropertyNotFoundException
();
2 references to SettingsPropertyNotFoundException
System.Web (1)
ModelBinding\ProfileValueProvider.cs (1)
23
catch (System.Configuration.
SettingsPropertyNotFoundException
) {
System.Web.Extensions (1)
ApplicationServices\ProfileService.cs (1)
220
catch (System.Configuration.
SettingsPropertyNotFoundException
) {