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