Click or drag to resize
SyntacticAnalysisException Class
Class for the exception during the syntactic analysis of a K# macro expression.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.MacroEngineMacroException
      CMS.MacroEngineParsingException
        CMS.MacroEngineSyntacticAnalysisException

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public class SyntacticAnalysisException : ParsingException

The SyntacticAnalysisException type exposes the following members.

Constructors
  NameDescription
Public methodSyntacticAnalysisException(String, Int32)
Constructor.
Public methodSyntacticAnalysisException(String, String)
Constructor.
Top
Properties
  NameDescription
Protected propertyAnalysisType
Gets or sets the prefix of the analysis type to generate correct message.
(Overrides ParsingExceptionAnalysisType.)
Public propertyErrorIndex
Gets or sets the index within OriginalExpression where the parsing error occurred.
(Inherited from ParsingException.)
Public propertyExactMessage
Gets or sets the message describing where the evaluation threw the exception.
Public propertyMessage
Returns evaluation error message.
(Overrides ParsingExceptionMessage.)
Public propertyOriginalExpression
Gets or sets the whole expression which was being processed when this error occurred.
(Inherited from MacroException.)
Top
See Also