<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0-preview2.19523.17" />

SettingsPropertyWrongTypeException

Provides an exception that is thrown when an invalid type is used with a SettingsProperty object.
public SettingsPropertyWrongTypeException(string message)

Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameter.

public SettingsPropertyWrongTypeException(string message, Exception innerException)

Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameters.

Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameters.

Initializes a new instance of the SettingsPropertyWrongTypeException class.