Table of Contents

Class ReferenceCycleException

Namespace
RandomizerCore.Exceptions
Assembly
RandomizerCore.dll

Exception thrown when a cyclic reference is detected in logic. Prevents computations that would lead to infinite recursion/stack overflow.

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

Constructors

ReferenceCycleException()

public ReferenceCycleException()

ReferenceCycleException(string)

public ReferenceCycleException(string message)

Parameters

message string

ReferenceCycleException(string, Exception)

public ReferenceCycleException(string message, Exception inner)

Parameters

message string
inner Exception