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 Go programs.
Available methods include: CellsException.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Methods
| Signature | Description |
|---|---|
CellsException(message: string) | The error message. |
CellsException(message: string, innerException: Exception) | The exception that caused the current exception. |