This method can be overridden to perform logic when a template exception occurs.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
protected virtual void OnError( Exception e ) |
Visual Basic |
---|
Protected Overridable Sub OnError ( e As Exception ) |
Parameters
- e
- Type: System..::..Exception