ClassErrorExpression
Class
Constant expression representing a formula error with an error value, message, and optional exception. Use this to propagate errors through formula calculations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class ErrorExpression : ConstantExpression<string>
Inheritance: objectRadExpressionConstantExpressionConstantExpression<string>ErrorExpression
Inherited Members
Properties
Exception
The underlying exception that caused this error, if any.
Declaration
cs-api-definition
public Exception Exception { get; }
Property Value
The exception.