Initializes a new instance of the TemplateError class
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public TemplateError( ITemplateAstNode node, string number, string description, bool isWarning )  | 
| Visual Basic | 
|---|
Public Sub New ( node As ITemplateAstNode, number As String, description As String, isWarning As Boolean )  | 
Parameters
- node
 - Type: ITemplateAstNode
 
- number
 - Type: System..::..String
 
- description
 - Type: System..::..String
 
- isWarning
 - Type: System..::..Boolean