Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
protected virtual void OnGeneratorError( string file, bool warning, int level, string message, int line, int column )  | 
| Visual Basic | 
|---|
Protected Overridable Sub OnGeneratorError ( file As String, warning As Boolean, level As Integer, message As String, line As Integer, column As Integer )  | 
Parameters
- file
 - Type: System..::..String
 
- warning
 - Type: System..::..Boolean
 
- level
 - Type: System..::..Int32
 
- message
 - Type: System..::..String
 
- line
 - Type: System..::..Int32
 
- column
 - Type: System..::..Int32