Exception thrown when a graph-structural precondition is violated.

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[SerializableAttribute]
public class InvalidGraphStructureException : ArgumentException
Visual Basic
<SerializableAttribute> _
Public Class InvalidGraphStructureException _
	Inherits ArgumentException

Remarks

Exception thrown when a graph-structural precondition is violated.

Some graph algorithms make only sense on specially structured graphs, like, e.g., trees, DAGs (short for directed acyclic graph), or planar graphs. Methods that detect graph-structural mismatch will throw this exception then.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System..::..ArgumentException
        yWorks.yFiles.Algorithms..::..InvalidGraphStructureException

See Also