Table of Contents

Method AddCompilerError

Namespace
Alternet.Scripter.Debugger.UI.MAUI
Assembly
Alternet.Scripter.Debugger.UI.MAUI.v10.dll

AddCompilerError(ScriptCompilationDiagnostic)

Adds a compiler error to the collection of script compilation diagnostics.

public virtual void AddCompilerError(ScriptCompilationDiagnostic error)

Parameters

error ScriptCompilationDiagnostic

The diagnostic information representing the compiler error. Cannot be null.