Class EventPublisherAlreadyExistsException
- Namespace
- LfrlAnvil.Reactive.Exceptions
- Assembly
- LfrlAnvil.Reactive.Core.dll
Represents an error that occurred due to a duplicated event publisher.
public class EventPublisherAlreadyExistsException : ArgumentException, ISerializable
- Inheritance
-
EventPublisherAlreadyExistsException
- Implements
- Inherited Members
Constructors
EventPublisherAlreadyExistsException(Type)
Creates a new EventPublisherAlreadyExistsException instance.
public EventPublisherAlreadyExistsException(Type eventType)
Parameters
eventType
TypeEvent type.
Properties
EventType
Event type.
public Type EventType { get; }