Table of Contents

Class MessageBrokerChannelException

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

Represents an exception thrown when MessageBrokerChannel encountered an error.

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

Constructors

MessageBrokerChannelException(MessageBrokerChannel, string)

Creates a new MessageBrokerChannelException instance.

public MessageBrokerChannelException(MessageBrokerChannel channel, string error)

Parameters

channel MessageBrokerChannel

MessageBrokerChannel instance that encountered this error.

error string

Encountered error.

Properties

Channel

MessageBrokerChannel instance that encountered this error.

public MessageBrokerChannel Channel { get; }

Property Value

MessageBrokerChannel