ITextTemplatingEngineHost.LogErrors(CompilerErrorCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.