CellCircularReferenceException

CellCircularReferenceException class

The exception that is thrown when one or more circular references are detected where a formula refers to its own cell either directly or indirectly.

public class CellCircularReferenceException : PptxEditException

Constructors

NameDescription
CellCircularReferenceException()Initializes a new instance of the CellCircularReferenceException class.
CellCircularReferenceException(string)Initializes a new instance of the CellCircularReferenceException class with a specified error message.
CellCircularReferenceException(string, Exception)Initializes a new instance of the CellCircularReferenceException class with a specified error message and a reference to the inner exception that is the cause of this exception.
CellCircularReferenceException(string, string)Initializes a new instance of the CellCircularReferenceException class with a specified error message and circular cell reference.

Properties

NameDescription
Reference { get; }Gets a circular cell reference.

See Also