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