Table of Contents

Class MultipleEventStoresDefined

Namespace
Cratis.Chronicle.Events
Assembly
Cratis.Chronicle.dll

The exception that is thrown when an observer defines event types originating from multiple event stores.

public class MultipleEventStoresDefined : Exception, ISerializable
Inheritance
MultipleEventStoresDefined
Implements
Inherited Members

Remarks

Initializes a new instance of the MultipleEventStoresDefined class.

Constructors

MultipleEventStoresDefined(Type, IEnumerable<string>)

The exception that is thrown when an observer defines event types originating from multiple event stores.

public MultipleEventStoresDefined(Type observerType, IEnumerable<string> eventStores)

Parameters

observerType Type

The type of the observer.

eventStores IEnumerable<string>

The collection of event store names found.

Remarks

Initializes a new instance of the MultipleEventStoresDefined class.