Table of Contents

Class EventPublisherNotFoundException

Namespace
LfrlAnvil.Reactive.Exceptions
Assembly
LfrlAnvil.Reactive.Core.dll

Represents an error that occurred due to a missing event publisher.

public class EventPublisherNotFoundException : ArgumentException, ISerializable
Inheritance
EventPublisherNotFoundException
Implements
Inherited Members

Constructors

EventPublisherNotFoundException(Type)

Creates a new EventPublisherNotFoundException instance.

public EventPublisherNotFoundException(Type eventType)

Parameters

eventType Type

Event type.

Properties

EventType

Event type.

public Type EventType { get; }

Property Value

Type