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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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