8 instantiations of SettingsPropertyNotFoundException
System.Configuration.ConfigurationManager (8)
System\Configuration\ApplicationSettingsBase.cs (2)
284throw new SettingsPropertyNotFoundException(); 290throw new SettingsPropertyNotFoundException();
System\Configuration\SettingsBase.cs (6)
56throw new SettingsPropertyNotFoundException(SR.Format(SR.SettingsPropertyNotFound, propertyName)); 59throw new SettingsPropertyNotFoundException(SR.Format(SR.SettingsPropertyNotFound, propertyName)); 66throw new SettingsPropertyNotFoundException(SR.Format(SR.SettingsPropertyNotFound, propertyName)); 74throw new SettingsPropertyNotFoundException(SR.Format(SR.SettingsPropertyNotFound, propertyName)); 78throw new SettingsPropertyNotFoundException(SR.Format(SR.SettingsPropertyNotFound, propertyName)); 92throw 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))]