Table of Contents

Class RecursiveGraphReferenceException

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

Thrown when graph execution detects a recursive subgraph dependency chain.

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

Remarks

GraphContext raises this exception before execution starts when a graph depends, directly or indirectly, on itself through subgraph references.

Constructors

RecursiveGraphReferenceException()

Creates an exception with the default base message.

RecursiveGraphReferenceException(string)

Creates an exception describing the detected recursive dependency chain.