System.Configuration.SettingsPropertyNotFoundException Class

Provides an exception for System.Configuration.SettingsProperty objects that are not found.

See Also: SettingsPropertyNotFoundException Members

Syntax

public class SettingsPropertyNotFoundException : Exception

Remarks

This exception is thrown by the System.Configuration.SettingsBase class when an attempt is made to access a property by name, but either the property was never associated with the System.Configuration.SettingsBase class instance, or the provider configured for the property did not return a value when asked to load the property data.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0