Class MultipleEventStoresDefined
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
observerTypeTypeThe type of the observer.
eventStoresIEnumerable<string>The collection of event store names found.
Remarks
Initializes a new instance of the MultipleEventStoresDefined class.