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)
Creates a new MessageBrokerChannelPublisherBindingDeactivatedException instance.
public MessageBrokerChannelPublisherBindingDeactivatedException(MessageBrokerChannelPublisherBinding publisher, bool disposed)
Parameters
publisherMessageBrokerChannelPublisherBindingDeactivated MessageBrokerChannelPublisherBinding.
disposedboolSpecifies whether the publisher has been disposed.
Properties
Disposed
Specifies whether the Publisher has been disposed.
public bool Disposed { get; }
Property Value
Publisher
Deactivated MessageBrokerChannelPublisherBinding.
public MessageBrokerChannelPublisherBinding Publisher { get; }