Thrown if the current operation would result in a circular node dependency

Namespace: MPM.PDAG
Assembly: MPM.PDAG (in MPM.PDAG.dll) Version: 1.0.4428.15748

Syntax

C#
public class CircularDependencyException : Exception
Visual Basic
Public Class CircularDependencyException _
	Inherits Exception
Visual C++
public ref class CircularDependencyException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    MPM.PDAG..::..CircularDependencyException

See Also