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

Inheritance: AggregateTestException
Show file Open project: Ontropix/CQRSalad

Public Methods

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

Method Details

UnexpectedEventException() public method

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