Table of Contents

Struct MessageBrokerStreamErrorEvent

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents an event emitted by MessageBrokerStream due to an error.

public readonly struct MessageBrokerStreamErrorEvent
Inherited Members

Properties

Exception

Encountered error.

public Exception Exception { get; }

Property Value

Exception

Source

Event source.

public MessageBrokerStreamEventSource Source { get; }

Property Value

MessageBrokerStreamEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerStreamErrorEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.