CellsException
CellsException
概述
CellsException 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示细胞中发生的错误.
这个类提供了2种方法,用于在C++程序中使用CellsException对象. 有的方法包括: GetInnerException, what. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
方法
| Signature | 描述情况 |
|---|---|
what() → char | 在这个 CellsException 实例中,它叫什么. |
GetInnerException() → std::exception_ptr | 获取导致当前异常的异常。. |