Spread ASP.NET 16
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ErrorExpression Class
Members


In This Topic
    ErrorExpression Class
    In This Topic
    Represents an expression with an error constant value as the expression.
    Object Model
    ErrorExpression ClassCalcError Class
    Syntax
    'Declaration
     
    Public Class ErrorExpression 
       Inherits ConstantExpression
    'Usage
     
    Dim instance As ErrorExpression
    public class ErrorExpression : ConstantExpression 
    Remarks
    For more information on expressions, refer to What is a Formula?
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.Expression
             FarPoint.CalcEngine.ErrorExpression

    See Also