CellCircularReferenceException

CellCircularReferenceException()

Initializes a new instance of the CellCircularReferenceException class.

public CellCircularReferenceException()

See Also


CellCircularReferenceException(string)

Initializes a new instance of the CellCircularReferenceException class with a specified error message.

public CellCircularReferenceException(string message)
ParameterTypeDescription
messageStringA string that describes the error.

See Also


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.

public CellCircularReferenceException(string message, Exception innerException)
ParameterTypeDescription
messageStringA string that describes the error.
innerExceptionExceptionThe exception that is the cause of the current exception.

See Also


CellCircularReferenceException(string, string)

Initializes a new instance of the CellCircularReferenceException class with a specified error message and circular cell reference.

public CellCircularReferenceException(string message, string reference)
ParameterTypeDescription
messageStringA string that describes the error.
referenceStringA circular cell reference.

See Also