C# Class Composable.StuffThatDoesNotBelongHere.EventUnhandledException

Inheritance: System.Exception
Show file Open project: mlidbom/Composable.Monolithic

Public Methods

Method Description
EventUnhandledException ( Type handlerType, IAggregateRootEvent evt, Type listenedFor ) : System

Method Details

EventUnhandledException() public method

public EventUnhandledException ( Type handlerType, IAggregateRootEvent evt, Type listenedFor ) : System
handlerType System.Type
evt IAggregateRootEvent
listenedFor System.Type
return System