1 instantiation of SettingsPropertyIsReadOnlyException
System.Configuration.ConfigurationManager (1)
System\Configuration\SettingsBase.cs (1)
81
throw new
SettingsPropertyIsReadOnlyException
(SR.Format(SR.SettingsPropertyReadOnly, propertyName));
1 reference to SettingsPropertyIsReadOnlyException
System (1)
src\libraries\shims\System\ref\System.cs (1)
456
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
SettingsPropertyIsReadOnlyException
))]