<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0-preview.1.20120.5" />

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.