C# Class 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.
Inheritance: ArgumentException
Afficher le fichier Open project: dolittle/DotNET.Applications

Méthodes publiques

Méthode Description
InvalidAggregateRootConstructorSignature ( Type type ) : System

Initializes a new instance of the InvalidAggregateRootConstructorSignature class.

Method Details

InvalidAggregateRootConstructorSignature() public méthode

Initializes a new instance of the InvalidAggregateRootConstructorSignature class.
public InvalidAggregateRootConstructorSignature ( Type type ) : System
type Type Type of the that is faulty.
Résultat System