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

SettingsPropertyWrongTypeException() protected method

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

Same methods

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