Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Dolittle
Build
AmbiguousConstructor
C# Class Dolittle.Build.AmbiguousConstructor
Exception that gets thrown when a
ICanPerformBuildTask
has more than one constructors.
Inheritance:
Exception
Afficher le fichier
Open project: dolittle-obsolete/DotNET.Fundamentals
Méthodes publiques
Méthode
Description
AmbiguousConstructor
(
Type
type
) :
System
Initializes a new instance of the
AmbiguousConstructor
class.
Method Details
AmbiguousConstructor()
public
méthode
Initializes a new instance of the
AmbiguousConstructor
class.
public
AmbiguousConstructor
(
Type
type
) :
System
type
Type
that has more than one constructor.
Résultat
System