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
serverMessageBrokerServerMessageBrokerServer instance that encountered this error.
errorstringEncountered error.
Properties
Server
MessageBrokerServer instance that encountered this error.
public MessageBrokerServer Server { get; }