Table of Contents

Class CircularReferenceException

Namespace
Albatross.Expression.Exceptions
Assembly
Albatross.Expression.dll

Exception thrown when a circular reference is detected in variable dependencies.

public class CircularReferenceException : Exception, ISerializable
Inheritance
CircularReferenceException
Implements
Inherited Members
Extension Methods

Constructors

CircularReferenceException(string, string)

Initializes a new instance of the CircularReferenceException class.

public CircularReferenceException(string from, string to)

Parameters

from string

The source variable that causes the circular reference.

to string

The target variable that completes the circular reference.