Class TemplateParsingException
- Namespace
- Dynamicweb.Rendering
- Assembly
- Dynamicweb.Core.dll
- Inheritance
-
Template
Parsing Exception
- Implements
- Inherited Members
Constructors
TemplateParsingException(Template, string, int, int)
Parameters
TemplateParsingException(Template, string, int, int, Exception)
public TemplateParsingException(Template template, string message, int line, int column, Exception innerException)
Parameters
Properties
Column
Gets the column the parsing error occured.
Property Value
Line
Gets the line the parsing error occured.