C# Class EventHandlerNotRegistered, Runtime

Exception that gets thrown when an EventHandler{TEventArgs} has not been registered.
Inheritance: Exception
Mostra file Open project: dolittle/Runtime

Public Methods

Method Description
EventHandlerNotRegistered ( EventHandlerId eventHandler ) : System,

Initializes an instance of the EventHandlerNotRegistered class.

Method Details

EventHandlerNotRegistered() public method

Initializes an instance of the EventHandlerNotRegistered class.
public EventHandlerNotRegistered ( EventHandlerId eventHandler ) : System,
eventHandler EventHandlerId The .
return System,