C# Class Dolittle.DependencyInversion.Autofac.AmbiguousConstructor

Exception that gets thrown when there is more than one constructor and activation can't be resolved.
Inheritance: Exception
Datei anzeigen Open project: dolittle-obsolete/DotNET.Fundamentals

Public Methods

Method Description
AmbiguousConstructor ( Type type ) : System

Initializes a new instance of the AmbiguousConstructor class.

Method Details

AmbiguousConstructor() public method

Initializes a new instance of the AmbiguousConstructor class.
public AmbiguousConstructor ( Type type ) : System
type Type that has more than one constructor.
return System