Class MultipleEventTypesWithSameIdFound
Exception that gets thrown when multiple event types with the same id is found.
public class MultipleEventTypesWithSameIdFound : Exception, ISerializable
- Inheritance
-
MultipleEventTypesWithSameIdFound
- Implements
- Inherited Members
Remarks
Initializes a new instance of MultipleEventTypesWithSameIdFound.
Constructors
MultipleEventTypesWithSameIdFound(IEnumerable<Type>)
Exception that gets thrown when multiple event types with the same id is found.
public MultipleEventTypesWithSameIdFound(IEnumerable<Type> types)
Parameters
types
IEnumerable<Type>The CLR types.
Remarks
Initializes a new instance of MultipleEventTypesWithSameIdFound.