C# Class Dolittle.Configuration.MultipleProvidersProvidingConfigurationObject

Exception that gets thrown when there are multiple providers providing a specific IConfigurationObject.
Inheritance: Exception
Afficher le fichier Open project: dolittle-obsolete/DotNET.Fundamentals

Méthodes publiques

Méthode Description
MultipleProvidersProvidingConfigurationObject ( Type type ) : System

Initializes a new instance of the MultipleProvidersProvidingConfigurationObject class.

Method Details

MultipleProvidersProvidingConfigurationObject() public méthode

Initializes a new instance of the MultipleProvidersProvidingConfigurationObject class.
public MultipleProvidersProvidingConfigurationObject ( Type type ) : System
type Type of .
Résultat System