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


LlExprError Method

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
 
Remarks

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

Requirements

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

See Also