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