Click or drag to resize
LexicalAnalysisException Properties

The LexicalAnalysisException type exposes the following members.

Properties
  NameDescription
Protected propertyAnalysisType
Gets or sets the prefix of the analysis type to generate correct message.
(Overrides ParsingExceptionAnalysisType.)
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
Public propertyErrorIndex
Gets or sets the index within OriginalExpression where the parsing error occurred.
(Inherited from ParsingException.)
Public propertyMessage
Returns the formatted message of the parsing error.
(Inherited from ParsingException.)
Public propertyOriginalExpression
Gets or sets the whole expression which was being processed when this error occurred.
(Inherited from MacroException.)
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Top
See Also