Any errors that occurred as the result of executing the script.

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

Syntax

C#
public ScriptErrorCollection Errors { get; private set; }
Visual Basic
Public Property Errors As ScriptErrorCollection
	Get
	Private Set

Property Value

Type: ScriptErrorCollection

See Also