Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcError Class / Value Property
Example


In This Topic
    Value Property (CalcError)
    In This Topic
    Occurs when the wrong type of argument or operand is used.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Value As CalcError
    'Usage
     
    
    Dim value As CalcError
     
    value = CalcError.Value
    public static CalcError Value {get;}

    Property Value

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