TextTransformation.Errors Property

Definition

The error collection for the generation process

public:
 property System::CodeDom::Compiler::CompilerErrorCollection ^ Errors { System::CodeDom::Compiler::CompilerErrorCollection ^ get(); };
public System.CodeDom.Compiler.CompilerErrorCollection Errors { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Errors : System.CodeDom.Compiler.CompilerErrorCollection
Public ReadOnly Property Errors As CompilerErrorCollection

Property Value

Attributes

Applies to