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
Properties
AggregatedExceptions
public List<Exception> AggregatedExceptions { get; }
Property Value
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 ("").