C# Class CQRSlite.Domain.Exception.AggregateOrEventMissingIdException

Inheritance: System.Exception
Afficher le fichier Open project: gautema/CQRSlite

Méthodes publiques

Méthode Description
AggregateOrEventMissingIdException ( Type aggregateType, Type eventType ) : System

Method Details

AggregateOrEventMissingIdException() public méthode

public AggregateOrEventMissingIdException ( Type aggregateType, Type eventType ) : System
aggregateType System.Type
eventType System.Type
Résultat System