Table of Contents

Class MessageBrokerServerStorageException

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

Represents an exception thrown when message broker server storage contains invalid data.

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

Constructors

MessageBrokerServerStorageException(MessageBrokerServer, string, Chain<string>)

Creates a new MessageBrokerServerProtocolException instance.

public MessageBrokerServerStorageException(MessageBrokerServer server, string filePath, Chain<string> errors)

Parameters

server MessageBrokerServer

MessageBrokerServer that encountered this storage error.

filePath string

Path to the file which contains invalid data.

errors Chain<string>

Collection of storage errors.

Properties

FilePath

Path to the file which contains invalid data.

public string FilePath { get; }

Property Value

string

Server

MessageBrokerServer that encountered this storage error.

public MessageBrokerServer Server { get; }

Property Value

MessageBrokerServer