ITextTemplatingEngineHost.LogErrors(CompilerErrorCollection) Method

Definition

Receives a collection of errors and warnings from the transformation engine.

public:
 void LogErrors(System::CodeDom::Compiler::CompilerErrorCollection ^ errors);
public void LogErrors (System.CodeDom.Compiler.CompilerErrorCollection errors);
abstract member LogErrors : System.CodeDom.Compiler.CompilerErrorCollection -> unit
Public Sub LogErrors (errors As CompilerErrorCollection)

Parameters

errors
CompilerErrorCollection

The CompilerErrorCollection being passed to the host from the engine.

Applies to