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