C# 클래스 Dolittle.Domain.InvalidAggregateRootConstructorSignature

Exception that gets thrown when an AggregateRoot does not follow the convention for expected signature for the constructor.
Expected format is a public constructor with one parameter which is either a Guid or a EventSourceId.
상속: ArgumentException
파일 보기 프로젝트 열기: dolittle/DotNET.Applications

공개 메소드들

메소드 설명
InvalidAggregateRootConstructorSignature ( Type type ) : System

Initializes a new instance of the InvalidAggregateRootConstructorSignature class.

메소드 상세

InvalidAggregateRootConstructorSignature() 공개 메소드

Initializes a new instance of the InvalidAggregateRootConstructorSignature class.
public InvalidAggregateRootConstructorSignature ( Type type ) : System
type Type Type of the that is faulty.
리턴 System