Method | Description | |
---|---|---|
Error ( string category, string message, string filePath = "", int lineNumber, int columnNumber, string sourceFragment = "" ) : void |
Logs a information about the error
|
public Error ( string category, string message, string filePath = "", int lineNumber, int columnNumber, string sourceFragment = "" ) : void | ||
category | string | Error category |
message | string | Error message |
filePath | string | File path |
lineNumber | int | Line number on which the error occurred |
columnNumber | int | Column number on which the error occurred |
sourceFragment | string | Fragment of source code |
return | void |