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

SettingsPropertyIsReadOnlyException() protected method

protected SettingsPropertyIsReadOnlyException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Collections.Specialized
       protected SettingsPropertyIsReadOnlyException(SerializationInfo info, StreamingContext context)
            : base(info, context)
       {
       }

Same methods

SettingsPropertyIsReadOnlyException::SettingsPropertyIsReadOnlyException ( ) : System.Collections.Specialized
SettingsPropertyIsReadOnlyException::SettingsPropertyIsReadOnlyException ( String message ) : System.Collections.Specialized
SettingsPropertyIsReadOnlyException::SettingsPropertyIsReadOnlyException ( String message, Exception innerException ) : System.Collections.Specialized
SettingsPropertyIsReadOnlyException