Click or drag to resize
ParsingException Class
Base for the exceptions thrown during the macro resolving process.
Inheritance Hierarchy

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

The ParsingException type exposes the following members.

Constructors
  NameDescription
Public methodParsingException
Constructor.
Top
Properties
  NameDescription
Protected propertyAnalysisType
Gets or sets the prefix of the analysis type to generate correct message.
Public propertyErrorIndex
Gets or sets the index within OriginalExpression where the parsing error occurred.
Public propertyMessage
Returns the formatted message of the parsing error.
(Overrides ExceptionMessage.)
Public propertyOriginalExpression
Gets or sets the whole expression which was being processed when this error occurred.
(Inherited from MacroException.)
Top
See Also