Table of Contents

Class MessageBrokerServerException

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

Represents an exception thrown when MessageBrokerServer encountered an error.

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

Constructors

MessageBrokerServerException(MessageBrokerServer, string)

Creates a new MessageBrokerServerException instance.

public MessageBrokerServerException(MessageBrokerServer server, string error)

Parameters

server MessageBrokerServer

MessageBrokerServer instance that encountered this error.

error string

Encountered error.

Properties

Server

MessageBrokerServer instance that encountered this error.

public MessageBrokerServer Server { get; }

Property Value

MessageBrokerServer