C# Class Dolittle.Configuration.MultipleDefaultConfigurationProvidersFoundForConfigurationObject

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

Méthodes publiques

Méthode Description
MultipleDefaultConfigurationProvidersFoundForConfigurationObject ( Type type ) : System

Initializes a new instance of the MultipleDefaultConfigurationProvidersFoundForConfigurationObject class.

Method Details

MultipleDefaultConfigurationProvidersFoundForConfigurationObject() public méthode

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