System.Configuration.SettingsPropertyIsReadOnlyException.SettingsPropertyIsReadOnlyException C# (CSharp) Метод

SettingsPropertyIsReadOnlyException() публичный Метод

public SettingsPropertyIsReadOnlyException ( String message, Exception innerException ) : System.Collections.Specialized
message String
innerException System.Exception
Результат System.Collections.Specialized
       public SettingsPropertyIsReadOnlyException(String message, Exception innerException)
            : base(message, innerException)
       {
       }

Same methods

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