C# 클래스 Dolittle.Configuration.MultipleDefaultConfigurationProvidersFoundForConfigurationObject

Exception that gets thrown when there are multiple implementations of ICanProvideDefaultConfigurationFor{T} for a specific IConfigurationObject.
상속: Exception
파일 보기 프로젝트 열기: dolittle-obsolete/DotNET.Fundamentals

공개 메소드들

메소드 설명
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