Table of Contents

Struct MessageBrokerRemoteClientErrorEvent

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

Represents an event emitted by MessageBrokerRemoteClient due to an error.

public readonly struct MessageBrokerRemoteClientErrorEvent
Inherited Members

Properties

Exception

Encountered error.

public Exception Exception { get; }

Property Value

Exception

Source

Event source.

public MessageBrokerRemoteClientEventSource Source { get; }

Property Value

MessageBrokerRemoteClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerRemoteClientErrorEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.