<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-preview9.19416.11" />

ProviderException

public class ProviderException : Exception
The exception that is thrown when a configuration provider error has occurred. This exception class is also used by providers to throw exceptions when internal errors occur within the provider that do not map to other pre-existing exception classes.

Creates a new instance of the ProviderException class.

public ProviderException(string message)

Creates a new instance of the ProviderException class.

public ProviderException(string message, Exception innerException)

Creates a new instance of the ProviderException class.

Creates a new instance of the ProviderException class.