Class MessageBrokerRemoteClientException
- Namespace
- LfrlAnvil.MessageBroker.Server.Exceptions
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents an exception thrown when MessageBrokerRemoteClient encountered an error.
public sealed class MessageBrokerRemoteClientException : InvalidOperationException, ISerializable
- Inheritance
-
MessageBrokerRemoteClientException
- Implements
- Inherited Members
Constructors
MessageBrokerRemoteClientException(MessageBrokerRemoteClient, string)
Creates a new MessageBrokerRemoteClientException instance.
public MessageBrokerRemoteClientException(MessageBrokerRemoteClient client, string error)
Parameters
clientMessageBrokerRemoteClientMessageBrokerRemoteClient that encountered this error.
errorstringEncountered error.
Properties
Client
MessageBrokerRemoteClient that encountered this error.
public MessageBrokerRemoteClient Client { get; }