Table of Contents

Class CycleDetectedException

Namespace
Echo.Graphing.Analysis
Assembly
Echo.dll

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

message string

The error message.

CycleDetectedException(string, Exception)

Initializes a new instance of the CycleDetectedException class.

public CycleDetectedException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception that was the cause of this exception.