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

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

Public Methods

Method Description
AggregateNotFoundException ( AggregateKey id ) : System

Method Details

AggregateNotFoundException() public method

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