Summary
Initializes a new instance of the
ScriptAnalyzerError
class.
- Namespace
- Cake
.Core .Scripting .Analysis - Containing Type
- ScriptAnalyzerError
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 |