C# Class GeekLemonConference.Application.EventSourcing.Exceptions.EventsOutOfOrderException

Inheritance: System.Exception
Show file Open project: PanNiebieski/GeekLemonConference-CQRS-EventSourcing-CleanArchitecture-DDD-Example

Public Methods

Method Description
EventsOutOfOrderException ( AggregateKey id ) : System

Method Details

EventsOutOfOrderException() public method

public EventsOutOfOrderException ( AggregateKey id ) : System
id AggregateKey
return System