Method AddCompilerError
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
AddCompilerError(ScriptCompilationDiagnostic)
Adds a compiler error to the collection of script compilation diagnostics.
void AddCompilerError(ScriptCompilationDiagnostic error)
Parameters
error
ScriptCompilationDiagnosticThe diagnostic information representing the compiler error. Cannot be null.