Table of Contents

Constructor RecursiveGraphReferenceException

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

RecursiveGraphReferenceException()

Creates an exception with the default base message.

public RecursiveGraphReferenceException()

RecursiveGraphReferenceException(string)

Creates an exception describing the detected recursive dependency chain.

public RecursiveGraphReferenceException(string message)

Parameters

message string

The error message to attach to the exception.