List & Label .NET
combit.Reporting Namespace / LlCore Class / LlExprError Method


In This Topic
    LlExprError Method
    In This Topic

    Returns the reason for the error in plain text.

    You should avoid using this function directly - the ExpressionEvaluator Class offers you a much more powerful way to work with expressions.

    Syntax
    'Declaration
     
    
    Public Function LlExprError() As String
    public string LlExprError()
    public:
    String^ LlExprError(); 
    Remarks

    The function must be called straight after LlExprParse() returned an error.

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also