ScriptAnalyzerError.

ScriptAnalyzerError(FilePath, int, string) Constructor

Summary

Initializes a new instance of the ScriptAnalyzerError class.

Syntax

public ScriptAnalyzerError(FilePath file, int line, string message)

Parameters

Name Type Description
file FilePath The file containing the error.
line int The line number for the error.
message string The error message.

Return Value

Type Description
void