C# Класс Dolittle.DependencyInversion.Booting.OnlySingleConstructorSupported

Exception that gets thrown when there are more than one constructors and only one is supported.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
OnlySingleConstructorSupported ( Type type ) : System

Initializes a new instance of the OnlySingleConstructorSupported class.

Описание методов

OnlySingleConstructorSupported() публичный Метод

Initializes a new instance of the OnlySingleConstructorSupported class.
public OnlySingleConstructorSupported ( Type type ) : System
type Type that has more than one constructor.
Результат System