Table of Contents

Class MessageRejectedException

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 MessageRejectedException : MessageHandlingException, ISerializable
Inheritance
MessageRejectedException
Implements
Inherited Members

Constructors

MessageRejectedException(IMessage, string)

public MessageRejectedException(IMessage failedMessage, string description)

Parameters

failedMessage IMessage
description string

MessageRejectedException(IMessage, string, Exception)

public MessageRejectedException(IMessage failedMessage, string description, Exception cause)

Parameters

failedMessage IMessage
description string
cause Exception