Click or drag to resize
ScriptSyntaxError Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineScriptSyntaxError

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class ScriptSyntaxError : IScriptSyntaxError

The ScriptSyntaxError type exposes the following members.

Constructors
  NameDescription
Public methodScriptSyntaxError
Initializes a new instance of the ScriptSyntaxError class
Top
Properties
  NameDescription
Public propertyColInLine
Position of the erroneous text from the beginning of the line
Public propertyErrLen
Length of the word where the error is located
Public propertyLineInTab
Line number in the section where the error is located
Public propertySecondaryFailure
The default value is false.
Public propertyTabIx
Number of the faulty section
Public propertyTextPos
Position of the erroneous text from the beginning of the script
Top
See Also