CellsException

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

SignatureDescription
what()charCalls what on this CellsException instance.
GetInnerException()std::exception_ptrGets the exception that caused the current exception.

See Also

 English