Свойство | Тип | Описание | |
---|---|---|---|
FilePath | String | ||
Line | String | ||
LineNumber |
Метод | Описание | |
---|---|---|
FoldersFileReadError ( String message, String filepath, String line, |
Raised by FoldersFileReader on a reading error.
|
public FoldersFileReadError ( String message, String filepath, String line, |
||
message | String | Error message. |
filepath | String | Path to the file that triggered the error. |
line | String | Text for the incorrect line. |
linenumber | Line number where the error happened. | |
Результат | System |