CellInvalidReferenceException

CellInvalidReferenceException class

The exception that is thrown when an invalid cell reference is encountered.

CellInvalidReferenceException

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

Returns: CellInvalidReferenceException


CellInvalidReferenceException

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

Parameters:

NameTypeDescription
messageStringA string that describes the error.

Returns: CellInvalidReferenceException


CellInvalidReferenceException

NameDescription
CellInvalidReferenceException(String, RuntimeException)Initializes a new instance of the CellInvalidReferenceException 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: CellInvalidReferenceException


CellInvalidReferenceException

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

Parameters:

NameTypeDescription
messageStringA string that describes the error.
referenceStringAn invalid cell reference.

Returns: CellInvalidReferenceException


getReference

NameDescription
getReference ()Gets an invalid cell reference.

Returns: String