C# Class CQRSalad.EventSourcing.Testing.Exceptions.EventsNotMatchException

Inheritance: AggregateTestException
Show file Open project: Ontropix/CQRSalad

Public Methods

Method Description
EventsNotMatchException ( string message, Exception innerException = null ) : System

Method Details

EventsNotMatchException() public method

public EventsNotMatchException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System