Class TemplateParsingException
- Namespace
- Dynamicweb.Rendering
- Assembly
- Dynamicweb.Core.dll
public class TemplateParsingException : TemplateException, ISerializable
- Inheritance
-
TemplateParsingException
- Implements
- Inherited Members
Constructors
TemplateParsingException()
public TemplateParsingException()
TemplateParsingException(Template, string, int, int)
public TemplateParsingException(Template template, string message, int line, int column)
Parameters
TemplateParsingException(Template, string, int, int, Exception)
public TemplateParsingException(Template template, string message, int line, int column, Exception innerException)
Parameters
TemplateParsingException(string)
public TemplateParsingException(string message)
Parameters
messagestring
TemplateParsingException(string, Exception)
public TemplateParsingException(string message, Exception innerException)
Parameters
Properties
Column
Gets the column the parsing error occured.
public int Column { get; }
Property Value
Line
Gets the line the parsing error occured.
public int Line { get; }