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
| Name | Type | Access | Description |
|---|---|---|---|
message | String | Read/Write | Gets the message. |
Methods
| Signature | Description |
|---|---|
new(message: impl Into<String>) → Self | Initializes a new instance. |
fmt(f: &mut Formatter<'_>) → std::fmt::Result | Calls fmt(f) on this FormulaException instance. |
from(value: CellsError) → Self | Calls from(value) on this FormulaException instance. |