Name |
Description |
AlreadyPerformingEventProcessingCompletionForCorrelation |
Exception that gets thrown when EventProcessingCompletion.Perform(CorrelationId, IEnumerable{IEvent}, Action) is already performing for a CorrelationId. |
EventHandlerDoesNotHandleEvent |
Exception that gets thrown when an event handler is asked to handle an event it cannot handle. |
EventHandlerMethodSecondParameterMustBeEventContext |
Exception that gets thrown when an Event Handler handle method signature's second parameter is not EventContext. |