IScriptAnalyzerContext.

AddScriptError(string) Method

Summary

Adds a script error to the result.

Syntax

void AddScriptError(string error)

Parameters

Name Type Description
error string The script error to add.

Return Value

Type Description
void