C# 클래스 Dolittle.DependencyInversion.Booting.OnlySingleConstructorSupported

Exception that gets thrown when there are more than one constructors and only one is supported.
상속: Exception
파일 보기 프로젝트 열기: dolittle-obsolete/DotNET.Fundamentals

공개 메소드들

메소드 설명
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