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();
}
}