Click or drag to resize

TemplateCompilerError Constructor

Initializes a new instance of the TemplateCompilerError class

Namespace:  Dynamicweb.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public TemplateCompilerError(
	string errorText,
	string fileName,
	int line,
	int column,
	string errorNumber,
	bool isWarning
)

Parameters

errorText
Type: SystemString
fileName
Type: SystemString
line
Type: SystemInt32
column
Type: SystemInt32
errorNumber
Type: SystemString
isWarning
Type: SystemBoolean
See Also