Table of Contents

Class MessageBrokerChannelPublisherBindingException

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

Represents an exception thrown when MessageBrokerChannelPublisherBinding encountered an error or when MessageBrokerRemoteClient encountered an error related to publisher binding.

public class MessageBrokerChannelPublisherBindingException : InvalidOperationException, ISerializable
Inheritance
MessageBrokerChannelPublisherBindingException
Implements
Inherited Members

Constructors

MessageBrokerChannelPublisherBindingException(MessageBrokerRemoteClient, MessageBrokerChannelPublisherBinding?, string)

public MessageBrokerChannelPublisherBindingException(MessageBrokerRemoteClient client, MessageBrokerChannelPublisherBinding? publisher, string error)

Parameters

client MessageBrokerRemoteClient

MessageBrokerServer instance that encountered this error.

publisher MessageBrokerChannelPublisherBinding

Optional MessageBrokerChannelPublisherBinding instance that encountered this error.

error string

Encountered error.

Properties

Client

MessageBrokerServer instance that encountered this error.

public MessageBrokerRemoteClient Client { get; }

Property Value

MessageBrokerRemoteClient

Publisher

Optional MessageBrokerChannelPublisherBinding instance that encountered this error.

public MessageBrokerChannelPublisherBinding? Publisher { get; }

Property Value

MessageBrokerChannelPublisherBinding