Class MessageHandlingException
Inheritance
System.Object
MessageHandlingException
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
public class MessageHandlingException : MessagingException
Constructors
|
Edit this page
View Source
MessageHandlingException(IMessage)
Declaration
public MessageHandlingException(IMessage failedMessage)
Parameters
Type |
Name |
Description |
IMessage |
failedMessage |
|
|
Edit this page
View Source
MessageHandlingException(IMessage, Exception)
Declaration
public MessageHandlingException(IMessage failedMessage, Exception cause)
Parameters
Type |
Name |
Description |
IMessage |
failedMessage |
|
Exception |
cause |
|
|
Edit this page
View Source
MessageHandlingException(IMessage, String)
Declaration
public MessageHandlingException(IMessage message, string description)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
System.String |
description |
|
|
Edit this page
View Source
MessageHandlingException(IMessage, String, Exception)
Declaration
public MessageHandlingException(IMessage message, string description, Exception cause)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
System.String |
description |
|
Exception |
cause |
|