C# Class Dolittle.Configuration.MultipleProvidersProvidingConfigurationObject

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

Public Methods

Method Description
MultipleProvidersProvidingConfigurationObject ( Type type ) : System

Initializes a new instance of the MultipleProvidersProvidingConfigurationObject class.

Method Details

MultipleProvidersProvidingConfigurationObject() public method

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