Table of Contents

Class PipeFactoryException

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public class PipeFactoryException : MassTransitException, ISerializable
Inheritance
PipeFactoryException
Implements
Inherited Members
Extension Methods

Constructors

PipeFactoryException()

public PipeFactoryException()

PipeFactoryException(SerializationInfo, StreamingContext)

protected PipeFactoryException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PipeFactoryException(string)

public PipeFactoryException(string message)

Parameters

message string

PipeFactoryException(string, Exception)

public PipeFactoryException(string message, Exception innerException)

Parameters

message string
innerException Exception