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
infoSerializationInfocontextStreamingContext
PipeFactoryException(string)
public PipeFactoryException(string message)
Parameters
messagestring
PipeFactoryException(string, Exception)
public PipeFactoryException(string message, Exception innerException)