C# Class Dolittle.DependencyInversion.Booting.OnlySingleConstructorSupported

Exception that gets thrown when there are more than one constructors and only one is supported.
Inheritance: Exception
Datei anzeigen Open project: dolittle-obsolete/DotNET.Fundamentals

Public Methods

Method Description
OnlySingleConstructorSupported ( Type type ) : System

Initializes a new instance of the OnlySingleConstructorSupported class.

Method Details

OnlySingleConstructorSupported() public method

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