Table of Contents

Class MessageBrokerRemoteClientException

Namespace
LfrlAnvil.MessageBroker.Server.Exceptions
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents an exception thrown when MessageBrokerRemoteClient encountered an error.

public sealed class MessageBrokerRemoteClientException : InvalidOperationException, ISerializable
Inheritance
MessageBrokerRemoteClientException
Implements
Inherited Members

Constructors

MessageBrokerRemoteClientException(MessageBrokerRemoteClient, string)

Creates a new MessageBrokerRemoteClientException instance.

public MessageBrokerRemoteClientException(MessageBrokerRemoteClient client, string error)

Parameters

client MessageBrokerRemoteClient

MessageBrokerRemoteClient that encountered this error.

error string

Encountered error.

Properties

Client

MessageBrokerRemoteClient that encountered this error.

public MessageBrokerRemoteClient Client { get; }

Property Value

MessageBrokerRemoteClient