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