CellsException
Overview
CellsException is a class in Aspose.Cells FOSS for .NET.
Inherits from: Exception.
Represents an error that occurs during cells.
This class provides 1 method for working with CellsException objects in .NET programs.
Available methods include: CellsException.
All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package.
Description
CellsException is a class in the Aspose.Cells FOSS library for .NET that exposes 0 methods and 0 properties for programmatic use. It extends Exception, inheriting shared functionality from its parent type.
The class offers 2 constructor overloads, allowing flexible initialization depending on the calling context.
Methods
| Signature | Description |
|---|---|
CellsException(message: string) | The error message. |
CellsException(message: string, innerException: Exception) | The exception that caused the current exception. |