CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Domain.Exceptions.AggregateOrEventMissingIdException Class Reference

The IEvent<TAuthenticationToken> had not IEvent<TAuthenticationToken>.Id set. More...

+ Inheritance diagram for Cqrs.Domain.Exceptions.AggregateOrEventMissingIdException:

Public Member Functions

 AggregateOrEventMissingIdException (Type aggregateType, Type eventType)
 Instantiate a new instance of AggregateOrEventMissingIdException with the Type of the IEvent<TAuthenticationToken> and IAggregateRoot<TAuthenticationToken>. The eventType that was trying to be saved on an aggregateType . More...
 

Properties

Type AggregateType [get, set]
 The Type of the IAggregateRoot<TAuthenticationToken> that the IEvent<TAuthenticationToken> was trying to be saved on. More...
 
Type EventType [get, set]
 The Type of the IEvent<TAuthenticationToken> that was trying to be saved. More...
 

Detailed Description

The IEvent<TAuthenticationToken> had not IEvent<TAuthenticationToken>.Id set.