CellInvalidReferenceException

CellInvalidReferenceException()

Initializes a new instance of the CellInvalidReferenceException class.

public CellInvalidReferenceException()

See Also


CellInvalidReferenceException(string)

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

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

See Also


CellInvalidReferenceException(string, Exception)

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.

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

See Also


CellInvalidReferenceException(string, string)

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

public CellInvalidReferenceException(string message, string reference)
ParameterTypeDescription
messageStringA string that describes the error.
referenceStringAn invalid cell reference.

See Also