CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / ExpressionEngine Class / GetErrors Method

In This Topic
    GetErrors Method (ExpressionEngine)
    In This Topic
    Gets a enumerator of C1.CalcEngine.ErrorInfo objects.
    Syntax
    'Declaration
     
    
    Public Function GetErrors() As IEnumerable(Of ErrorInfo)
    public IEnumerable<ErrorInfo> GetErrors()
    See Also