Class PipelineException
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class PipelineException : MassTransitException, ISerializable
- Inheritance
-
PipelineException
- Implements
- Inherited Members
- Extension Methods
Constructors
PipelineException()
public PipelineException()
PipelineException(SerializationInfo, StreamingContext)
protected PipelineException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
PipelineException(string)
public PipelineException(string message)
Parameters
message
string
PipelineException(string, Exception)
public PipelineException(string message, Exception innerException)