  | TemplateCompilerError Constructor  | 
  
    Namespace: 
   Dynamicweb.Rendering
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic TemplateCompilerError(
	string errorText,
	string fileName,
	int line,
	int column,
	string errorNumber,
	bool isWarning
)
Public Sub New ( 
	errorText As String,
	fileName As String,
	line As Integer,
	column As Integer,
	errorNumber As String,
	isWarning As Boolean
)
Parameters
- errorText
 - Type: SystemString
 - fileName
 - Type: SystemString
 - line
 - Type: SystemInt32
 - column
 - Type: SystemInt32
 - errorNumber
 - Type: SystemString
 - isWarning
 - Type: SystemBoolean
 
See Also