Class AggregateMessageDeliveryException
Inheritance
System.Object
AggregateMessageDeliveryException
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class AggregateMessageDeliveryException : MessageDeliveryException
Constructors
|
Edit this page
View Source
AggregateMessageDeliveryException(IMessage, String, List<Exception>)
Declaration
public AggregateMessageDeliveryException(IMessage undeliveredMessage, string description, List<Exception> aggregatedExceptions)
Parameters
Type |
Name |
Description |
IMessage |
undeliveredMessage |
|
System.String |
description |
|
List<Exception> |
aggregatedExceptions |
|
Properties
|
Edit this page
View Source
AggregatedExceptions
Declaration
public List<Exception> AggregatedExceptions { get; }
Property Value
Type |
Description |
List<Exception> |
|
|
Edit this page
View Source
Message
Declaration
public override string Message { get; }
Property Value
Type |
Description |
System.String |
|