C# 클래스 Dolittle.Events.Handling.EventHandlerDoesNotHandleEvent

Exception that gets thrown when an event handler is asked to handle an event it cannot handle.
상속: Exception
파일 보기 프로젝트 열기: dolittle/DotNET.Applications

공개 메소드들

메소드 설명
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