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: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
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