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)
Creates a new MessageBrokerChannelPublisherBindingException instance.
public MessageBrokerChannelPublisherBindingException(MessageBrokerRemoteClient client, MessageBrokerChannelPublisherBinding? publisher, string error)
Parameters
clientMessageBrokerRemoteClientMessageBrokerServer instance that encountered this error.
publisherMessageBrokerChannelPublisherBindingOptional MessageBrokerChannelPublisherBinding instance that encountered this error.
errorstringEncountered error.
Properties
Client
MessageBrokerServer instance that encountered this error.
public MessageBrokerRemoteClient Client { get; }
Property Value
Publisher
Optional MessageBrokerChannelPublisherBinding instance that encountered this error.
public MessageBrokerChannelPublisherBinding? Publisher { get; }