Class CircularReferenceException
Represents a circular reference errors that occur during formula calculation.
Implements
Inherited Members
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 |