Method LogError
LogError(GeneratorExecutionContext, String, String, String, Location, String)
Declaration
public static void LogError(this GeneratorExecutionContext context, string errorCode, string title, string errorMessage, Location location, string description = "")
Parameters
| Type | Name | Description |
|---|---|---|
| GeneratorExecutionContext | context | |
| String | errorCode | |
| String | title | |
| String | errorMessage | |
| Location | location | |
| String | description |