프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |