Click or drag to resize

AbstractScript_errors Field

Holds error messages created by the compiler.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[NonSerializedAttribute]
protected IReadOnlyList<ICompilerDiagnostic> _errors

Field Value

IReadOnlyListICompilerDiagnostic
Remarks
The column script is compiled, if it is dirty. This can happen not only during the use of the column script dialog, but anytime when you changed the script text and try to execute the script. That's the reason for holding the compiler error messages here and not in the script dialog.
See Also