C# Класс Dolittle.Configuration.MultipleDefaultConfigurationProvidersFoundForConfigurationObject

Exception that gets thrown when there are multiple implementations of ICanProvideDefaultConfigurationFor{T} for a specific IConfigurationObject.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
MultipleDefaultConfigurationProvidersFoundForConfigurationObject ( Type type ) : System

Initializes a new instance of the MultipleDefaultConfigurationProvidersFoundForConfigurationObject class.

Описание методов

MultipleDefaultConfigurationProvidersFoundForConfigurationObject() публичный Метод

Initializes a new instance of the MultipleDefaultConfigurationProvidersFoundForConfigurationObject class.
public MultipleDefaultConfigurationProvidersFoundForConfigurationObject ( Type type ) : System
type Type Type of there are multiple default providers for.
Результат System