C# Class Dolittle.Events.Handling.EventHandlerDoesNotHandleEvent

Exception that gets thrown when an event handler is asked to handle an event it cannot handle.
Inheritance: Exception
Exibir arquivo Open project: dolittle/DotNET.Applications

Public Methods

Method Description
EventHandlerDoesNotHandleEvent ( Type type ) : System

Initializes a new instance of the EventHandlerDoesNotHandleEvent class.

Method Details

EventHandlerDoesNotHandleEvent() public method

Initializes a new instance of the EventHandlerDoesNotHandleEvent class.
public EventHandlerDoesNotHandleEvent ( Type type ) : System
type Type The type of the event the event handler was asked to handle.
return System