System.Configuration.SettingsPropertyIsReadOnlyException.SettingsPropertyIsReadOnlyException C# (CSharp) Method

SettingsPropertyIsReadOnlyException() public method

public SettingsPropertyIsReadOnlyException ( String message ) : System.Collections.Specialized
message String
return System.Collections.Specialized
       public SettingsPropertyIsReadOnlyException(String message)
            : base(message)
       {
       }

Same methods

SettingsPropertyIsReadOnlyException::SettingsPropertyIsReadOnlyException ( ) : System.Collections.Specialized
SettingsPropertyIsReadOnlyException::SettingsPropertyIsReadOnlyException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized
SettingsPropertyIsReadOnlyException::SettingsPropertyIsReadOnlyException ( String message, Exception innerException ) : System.Collections.Specialized
SettingsPropertyIsReadOnlyException