<PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-preview.2.26159.112" />

System.Configuration.SettingsPropertyNotFoundException

Provides an exception for SettingsProperty objects that are not found.
namespace System.Configuration { public class SettingsPropertyNotFoundException : Exception { public SettingsPropertyNotFoundException(string message); public SettingsPropertyNotFoundException(string message, Exception innerException); protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context); public SettingsPropertyNotFoundException(); } }