CellsException
Overview
CellsException is a class in Aspose.Cells FOSS for C++.
Represents an error that occurs during cells.
This class provides 2 methods for working with CellsException objects in C++ programs.
Available methods include: GetInnerException, what.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
what() → char | Calls what on this CellsException instance. |
GetInnerException() → std::exception_ptr | Gets the exception that caused the current exception. |