Thrown if the current operation would result in a circular node dependency
Namespace: MPM.PDAGAssembly: 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
See Also