Table of Contents

Class AggregateMessageDeliveryException

Namespace
Steeltoe.Integration.Dispatcher
Assembly
Steeltoe.Integration.IntegrationBase.dll
public class AggregateMessageDeliveryException : MessageDeliveryException, ISerializable
Inheritance
AggregateMessageDeliveryException
Implements
Inherited Members

Constructors

AggregateMessageDeliveryException(IMessage, string, List<Exception>)

public AggregateMessageDeliveryException(IMessage undeliveredMessage, string description, List<Exception> aggregatedExceptions)

Parameters

undeliveredMessage IMessage
description string
aggregatedExceptions List<Exception>

Properties

AggregatedExceptions

public List<Exception> AggregatedExceptions { get; }

Property Value

List<Exception>

Message

Gets a message that describes the current exception.

public override string Message { get; }

Property Value

string

The error message that explains the reason for the exception, or an empty string ("").