<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0-preview.3.21201.4" />

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.