Click or drag to resize

TemplateParsingException Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public class TemplateParsingException : TemplateException

The TemplateParsingException type exposes the following members.

Constructors
  NameDescription
Public methodTemplateParsingException(Template, String, Int32, Int32)
Initializes a new instance of the TemplateParsingException class
Public methodTemplateParsingException(Template, String, Int32, Int32, Exception)
Initializes a new instance of the TemplateParsingException class
Top
Properties
  NameDescription
Public propertyColumn
Public propertyLine
Public propertyTemplate (Inherited from TemplateException.)
Top
See Also