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.

CellCircularReferenceException

NameDescription
CellCircularReferenceException()Initializes a new instance of the CellCircularReferenceException class.

Returns: CellCircularReferenceException


CellCircularReferenceException

NameDescription
CellCircularReferenceException(String)Initializes a new instance of the CellCircularReferenceException class with a specified error message.

Parameters:

NameTypeDescription
messageStringA string that describes the error.

Returns: CellCircularReferenceException


CellCircularReferenceException

NameDescription
CellCircularReferenceException(String, RuntimeException)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.

Parameters:

NameTypeDescription
messageStringA string that describes the error.
innerExceptionRuntimeExceptionThe exception that is the cause of the current exception.

Returns: CellCircularReferenceException


CellCircularReferenceException

NameDescription
CellCircularReferenceException(String, String)Initializes a new instance of the CellCircularReferenceException class with a specified error message and circular cell reference.

Parameters:

NameTypeDescription
messageStringA string that describes the error.
referenceStringA circular cell reference.

Returns: CellCircularReferenceException


getReference

NameDescription
getReference ()Gets a circular cell reference.

Returns: String