Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Error(string, string, int, int?)

Declaration

public void Error(
    string message,
    string filename,
    int lineNumber,
    int? columnNumber = null
)

Summary

When implemented in a class, outputs the error message including the specified filename, lineNumber and optional columnNumber.