C# Class Dolittle.DependencyInversion.Booting.OnlySingleConstructorSupported

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

Méthodes publiques

Méthode Description
OnlySingleConstructorSupported ( Type type ) : System

Initializes a new instance of the OnlySingleConstructorSupported class.

Method Details

OnlySingleConstructorSupported() public méthode

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