Click or drag to resize

TemplateParsingException Constructor (Template, String, Int32, Int32, Exception)

Initializes a new instance of the TemplateParsingException class

Namespace:  Dynamicweb.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public TemplateParsingException(
	Template template,
	string message,
	int line,
	int column,
	Exception innerException
)

Parameters

template
Type: Dynamicweb.RenderingTemplate
message
Type: SystemString
line
Type: SystemInt32
column
Type: SystemInt32
innerException
Type: SystemException
See Also