Click or drag to resize

TemplateParserException Class

Error when parsing a template.
Inheritance Hierarchy
SystemObject
  SystemException
    NLog.MessageTemplatesTemplateParserException

Namespace:  NLog.MessageTemplates
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public class TemplateParserException : Exception

The TemplateParserException type exposes the following members.

Constructors
  NameDescription
Public methodTemplateParserException
New exception
Top
Properties
  NameDescription
Public propertyIndex
Current index when the error occurred.
Public propertyTemplate
The template we were parsing
Top
See Also