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
Afficher le fichier Open project: dolittle/DotNET.Applications

Méthodes publiques

Méthode Description
EventHandlerDoesNotHandleEvent ( Type type ) : System

Initializes a new instance of the EventHandlerDoesNotHandleEvent class.

Method Details

EventHandlerDoesNotHandleEvent() public méthode

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.
Résultat System