Class MessageBrokerRemoteClientDeactivatedException
- Namespace
- LfrlAnvil.MessageBroker.Server.Exceptions
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents an exception thrown when MessageBrokerRemoteClient is in a deactivated state.
public class MessageBrokerRemoteClientDeactivatedException : OperationCanceledException, ISerializable
- Inheritance
-
MessageBrokerRemoteClientDeactivatedException
- Implements
- Inherited Members
Constructors
MessageBrokerRemoteClientDeactivatedException(MessageBrokerRemoteClient, bool)
Creates a new MessageBrokerRemoteClientDeactivatedException instance.
public MessageBrokerRemoteClientDeactivatedException(MessageBrokerRemoteClient client, bool disposed)
Parameters
clientMessageBrokerRemoteClientDeactivated MessageBrokerRemoteClient.
disposedboolSpecifies whether the client has been disposed.
Properties
Client
Deactivated MessageBrokerRemoteClient.
public MessageBrokerRemoteClient Client { get; }
Property Value
Disposed
Specifies whether the Client has been disposed.
public bool Disposed { get; }