System.Configuration.SettingsPropertyIsReadOnlyException Class

Provides an exception for read-only System.Configuration.SettingsProperty objects.

See Also: SettingsPropertyIsReadOnlyException Members

Syntax

public class SettingsPropertyIsReadOnlyException : Exception

Remarks

This exception is thrown by the System.Configuration.SettingsBase class when attempting to change the value of a System.Configuration.SettingsPropertyValue that was marked as being read-only.

Requirements

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