Class MessageDispatchingException
Inheritance
System.Object
MessageDispatchingException
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class MessageDispatchingException : MessageDeliveryException
Constructors
|
Edit this page
View Source
MessageDispatchingException(IMessage)
Declaration
public MessageDispatchingException(IMessage undeliveredMessage)
Parameters
Type |
Name |
Description |
IMessage |
undeliveredMessage |
|
|
Edit this page
View Source
MessageDispatchingException(IMessage, String)
Declaration
public MessageDispatchingException(IMessage undeliveredMessage, string description)
Parameters
Type |
Name |
Description |
IMessage |
undeliveredMessage |
|
System.String |
description |
|
|
Edit this page
View Source
MessageDispatchingException(IMessage, String, Exception)
Declaration
public MessageDispatchingException(IMessage undeliveredMessage, string description, Exception cause)
Parameters
Type |
Name |
Description |
IMessage |
undeliveredMessage |
|
System.String |
description |
|
Exception |
cause |
|
|
Edit this page
View Source
MessageDispatchingException(String)
Declaration
public MessageDispatchingException(string description)
Parameters
Type |
Name |
Description |
System.String |
description |
|