Aspose::Cells::CellsException class

CellsException class

The exception that is thrown when Aspose.Cells specified error occurs.

class CellsException

Methods

MethodDescription
virtual GetCode() constGets the custom exception code.
virtual GetErrorMessage() constGets the error message.
virtual GetInnerException() constGets the inner exception. If there is no inner exception, return nullptr.

See Also