Codestin Search App

Thanks to visit codestin.com
Credit goes to cakebuild.net

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