Table of Contents

Class MessageBrokerServerDisposedException

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

Represents an exception thrown when MessageBrokerServer is in disposed state.

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

Constructors

MessageBrokerServerDisposedException(MessageBrokerServer)

Creates a new MessageBrokerServerDisposedException instance.

public MessageBrokerServerDisposedException(MessageBrokerServer server)

Parameters

server MessageBrokerServer

Disposed MessageBrokerServer.

Properties

Server

public MessageBrokerServer Server { get; }

Property Value

MessageBrokerServer