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
serverMessageBrokerServerMessageBrokerServer that encountered this storage error.
filePathstringPath to the file which contains invalid data.
errorsChain<string>Collection of storage errors.
Properties
FilePath
Path to the file which contains invalid data.
public string FilePath { get; }
Property Value
Server
MessageBrokerServer that encountered this storage error.
public MessageBrokerServer Server { get; }