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
Показать файл Открыть проект

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

Метод Описание
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