CellInvalidReferenceException

CellInvalidReferenceException class

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

public class CellInvalidReferenceException : PptxEditException

Constructors

NameDescription
CellInvalidReferenceException()Initializes a new instance of the CellInvalidReferenceException class.
CellInvalidReferenceException(string)Initializes a new instance of the CellInvalidReferenceException class with a specified error message.
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.
CellInvalidReferenceException(string, string)Initializes a new instance of the CellCircularReferenceException class with a specified error message and an invalid cell reference.

Properties

NameDescription
Reference { get; }Gets an invalid cell reference.

See Also