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