C# Class Dolittle.Configuration.MultipleDefaultConfigurationProvidersFoundForConfigurationObject

Exception that gets thrown when there are multiple implementations of ICanProvideDefaultConfigurationFor{T} for a specific IConfigurationObject.
Inheritance: Exception
Mostra file Open project: dolittle-obsolete/DotNET.Fundamentals

Public Methods

Method Description
MultipleDefaultConfigurationProvidersFoundForConfigurationObject ( Type type ) : System

Initializes a new instance of the MultipleDefaultConfigurationProvidersFoundForConfigurationObject class.

Method Details

MultipleDefaultConfigurationProvidersFoundForConfigurationObject() public method

Initializes a new instance of the MultipleDefaultConfigurationProvidersFoundForConfigurationObject class.
public MultipleDefaultConfigurationProvidersFoundForConfigurationObject ( Type type ) : System
type Type Type of there are multiple default providers for.
return System