Class MessageTransformationException
- Namespace
- Steeltoe.Integration.Transformer
- Assembly
- Steeltoe.Integration.IntegrationBase.dll
public class MessageTransformationException : MessagingException, ISerializable
- Inheritance
-
MessageTransformationException
- Implements
- Inherited Members
Constructors
MessageTransformationException(IMessage, string)
public MessageTransformationException(IMessage message, string description)
Parameters
MessageTransformationException(IMessage, string, Exception)
public MessageTransformationException(IMessage message, string description, Exception cause)
Parameters
MessageTransformationException(string)
public MessageTransformationException(string description)
Parameters
description
string
MessageTransformationException(string, Exception)
public MessageTransformationException(string description, Exception cause)