Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
protected virtual void OnGeneratorError(
	string file,
	Exception ex
)
Visual Basic
Protected Overridable Sub OnGeneratorError ( 
	file As String,
	ex As Exception
)

Parameters

file
Type: System..::..String
ex
Type: System..::..Exception

See Also