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

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

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

Same methods

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