FormulaException

FormulaException

Overview

FormulaException is a class in Aspose.Cells FOSS for .NET. Inherits from: CellsException.

Represents an error that occurs during formula.

This class provides 2 methods for working with FormulaException objects in Go programs. Available methods include: CellsException, FormulaException. 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

SignatureDescription
FormulaException(message: string)The error message.
CellsException(message: string)The error message.

See Also