Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Error(string, params string[])

Declaration

public void Error(
    string message,
    params string[] tokens
)

Summary

When implemented in a class, searches the source directory for the first occurrence of the first token in tokens, and then starts searching there to find the first occurrence of each of the subsequent tokens within the same file. When found, outputs the error message including the filename and line number where the last token was found.