Table of Contents

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

info SerializationInfo
context StreamingContext

SendException(Type, Uri)

public SendException(Type messageType, Uri uri)

Parameters

messageType Type
uri Uri

SendException(Type, Uri, string)

public SendException(Type messageType, Uri uri, string message)

Parameters

messageType Type
uri Uri
message string

SendException(Type, Uri, string, Exception)

public SendException(Type messageType, Uri uri, string message, Exception innerException)

Parameters

messageType Type
uri Uri
message string
innerException Exception

Properties

MessageType

public Type? MessageType { get; protected set; }

Property Value

Type