Use this constructor to initialize the event arguments
object with the custom event fields
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public GeneratorErrorEventArgs( string file, bool warning, int level, string message, int line, int column ) |
Visual Basic |
---|
Public Sub New ( 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