CellInvalidReferenceException
Contents
[
Hide
]CellInvalidReferenceException class
The exception that is thrown when an invalid cell reference is encountered.
public class CellInvalidReferenceException : PptxEditException
Constructors
Name | Description |
---|---|
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
Name | Description |
---|---|
Reference { get; } | Gets an invalid cell reference. |
See Also
- class PptxEditException
- namespace Aspose.Slides.Spreadsheet
- assembly Aspose.Slides