<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.3.25171.5" />

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.