SettingsPropertyNotFoundException
Provides an exception for SettingsProperty objects that are not found.
namespace System.Configuration
{
public interface ISettingsProviderService
{
SettingsProvider GetSettingsProvider(SettingsProperty property);
}
}