C# Класс Dolittle.Events.Handling.EventHandlerDoesNotHandleEvent

Exception that gets thrown when an event handler is asked to handle an event it cannot handle.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
EventHandlerDoesNotHandleEvent ( Type type ) : System

Initializes a new instance of the EventHandlerDoesNotHandleEvent class.

Описание методов

EventHandlerDoesNotHandleEvent() публичный Метод

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.
Результат System