Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ErrorExpression Class / ErrorValue Property
Example


In This Topic
    ErrorValue Property
    In This Topic
    Gets the error value as a CalcError object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ErrorValue As CalcError
    'Usage
     
    
    Dim instance As ErrorExpression
    Dim value As CalcError
     
    value = instance.ErrorValue
    public CalcError ErrorValue {get;}

    Property Value

    CalcError object containing the error value
    Example
    This example returns the error.
    See Also