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

SettingsPropertyNotFoundException() защищенный Метод

protected SettingsPropertyNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System.Collections.Specialized
       protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context)
           : base(info, context)
        {
        }

Same methods

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