FormulaException

FormulaException

Overview

FormulaException is a struct in Aspose.Cells FOSS for Rust. Inherits from: Debug, Default, Clone, and 4 more.

Represents an error that occurs during formula.

This struct provides 3 methods for working with FormulaException objects in Rust programs. Available methods include: fmt, from, new. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package. Fields: message.

Fields

NameTypeAccessDescription
messageStringRead/WriteGets the message.

Methods

SignatureDescription
new(message: impl Into<String>)SelfInitializes a new instance.
fmt(f: &mut Formatter<'_>)std::fmt::ResultCalls fmt(f) on this FormulaException instance.
from(value: CellsError)SelfCalls from(value) on this FormulaException instance.

See Also