Class SendException
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class SendException : AbstractUriException, ISerializable
- Inheritance
-
SendException
- Implements
- Inherited Members
- Extension Methods
Constructors
SendException()
public SendException()
SendException(SerializationInfo, StreamingContext)
protected SendException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
SendException(Type, Uri)
public SendException(Type messageType, Uri uri)
Parameters
messageTypeTypeuriUri
SendException(Type, Uri, string)
public SendException(Type messageType, Uri uri, string message)
Parameters
SendException(Type, Uri, string, Exception)
public SendException(Type messageType, Uri uri, string message, Exception innerException)
Parameters
Properties
MessageType
public Type? MessageType { get; protected set; }