C# Class CQRSlite.Domain.Exception.AggregateOrEventMissingIdException

Inheritance: System.Exception
Mostrar archivo Open project: gautema/CQRSlite

Public Methods

Method Description
AggregateOrEventMissingIdException ( Type aggregateType, Type eventType ) : System

Method Details

AggregateOrEventMissingIdException() public method

public AggregateOrEventMissingIdException ( Type aggregateType, Type eventType ) : System
aggregateType System.Type
eventType System.Type
return System