Property | Type | Description | |
---|---|---|---|
FilePath | String | ||
Line | String | ||
LineNumber |
Method | Description | |
---|---|---|
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. | |
return | System |