Class CycleDetectedException
Represents the error that occurs when a cycle was found in a graph that is supposed to be acyclic.
public class CycleDetectedException : Exception, ISerializable
- Inheritance
-
CycleDetectedException
- Implements
- Inherited Members
Constructors
CycleDetectedException()
Initializes a new instance of the CycleDetectedException class.
public CycleDetectedException()
CycleDetectedException(string)
Initializes a new instance of the CycleDetectedException class.
public CycleDetectedException(string message)
Parameters
messagestringThe error message.
CycleDetectedException(string, Exception)
Initializes a new instance of the CycleDetectedException class.
public CycleDetectedException(string message, Exception innerException)