Exception thrown when a graph-structural precondition is violated.
Namespace: yWorks.yFiles.AlgorithmsAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
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
System..::..Exception
System..::..SystemException
System..::..ArgumentException
yWorks.yFiles.Algorithms..::..InvalidGraphStructureException