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
System.Runtime.Serialization.ISerializable