Table of Contents

Struct MessageBrokerClientErrorEvent

Namespace
LfrlAnvil.MessageBroker.Client.Events
Assembly
LfrlAnvil.MessageBroker.Client.dll

Represents an event emitted by MessageBrokerClient due to an error.

public readonly struct MessageBrokerClientErrorEvent
Inherited Members

Properties

Exception

Encountered error.

public Exception Exception { get; }

Property Value

Exception

Source

Event source.

public MessageBrokerClientEventSource Source { get; }

Property Value

MessageBrokerClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerClientErrorEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.