Table of Contents

Class MessageDispatchingException

Namespace
Steeltoe.Integration
Assembly
Steeltoe.Integration.IntegrationBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class MessageDispatchingException : MessageDeliveryException, ISerializable
Inheritance
MessageDispatchingException
Implements
Inherited Members

Constructors

MessageDispatchingException(IMessage)

public MessageDispatchingException(IMessage undeliveredMessage)

Parameters

undeliveredMessage IMessage

MessageDispatchingException(IMessage, string)

public MessageDispatchingException(IMessage undeliveredMessage, string description)

Parameters

undeliveredMessage IMessage
description string

MessageDispatchingException(IMessage, string, Exception)

public MessageDispatchingException(IMessage undeliveredMessage, string description, Exception cause)

Parameters

undeliveredMessage IMessage
description string
cause Exception

MessageDispatchingException(string)

public MessageDispatchingException(string description)

Parameters

description string