Table of Contents

Class CyclicDependencyException

Namespace
Echo.DataFlow.Analysis
Assembly
Echo.DataFlow.dll

Represents the exception that occurs when a cyclic dependency was detected in a data flow graph.

public class CyclicDependencyException : Exception, ISerializable
Inheritance
CyclicDependencyException
Implements
Inherited Members

Constructors

CyclicDependencyException()

Initializes a new instance of the CyclicDependencyException class.

public CyclicDependencyException()

CyclicDependencyException(string)

Initializes a new instance of the CyclicDependencyException class, with the specified message.

public CyclicDependencyException(string message)

Parameters

message string

The error message.

CyclicDependencyException(string, Exception)

Initializes a new instance of the CyclicDependencyException class, with the specified message and inner exception that is the cause of this exception.

public CyclicDependencyException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception that was the cause of this exception.