Table of Contents

Class MessageBrokerChannelPublisherBindingDeactivatedException

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

Represents an exception thrown when MessageBrokerChannelPublisherBinding is in deactivated state.

public class MessageBrokerChannelPublisherBindingDeactivatedException : OperationCanceledException, ISerializable
Inheritance
MessageBrokerChannelPublisherBindingDeactivatedException
Implements
Inherited Members

Constructors

MessageBrokerChannelPublisherBindingDeactivatedException(MessageBrokerChannelPublisherBinding, bool)

public MessageBrokerChannelPublisherBindingDeactivatedException(MessageBrokerChannelPublisherBinding publisher, bool disposed)

Parameters

publisher MessageBrokerChannelPublisherBinding

Deactivated MessageBrokerChannelPublisherBinding.

disposed bool

Specifies whether the publisher has been disposed.

Properties

Disposed

Specifies whether the Publisher has been disposed.

public bool Disposed { get; }

Property Value

bool

Publisher

public MessageBrokerChannelPublisherBinding Publisher { get; }

Property Value

MessageBrokerChannelPublisherBinding