Show / Hide Table of Contents

Class CircularReferenceException

Represents a circular reference errors that occur during formula calculation.

Inheritance
object
Exception
CircularReferenceException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml.FormulaParsing.Exceptions
Assembly: EPPlus.dll
Syntax
public class CircularReferenceException : Exception, ISerializable

Constructors

CircularReferenceException(string)

Initializes a new instance of the CircularReferenceException

Declaration
public CircularReferenceException(string message)
Parameters
Type Name Description
string message

The message that describes the error

Implements

ISerializable
In this article
Back to top Generated by DocFX