C# 클래스 Yava.FoldersFile.FoldersFileReadError

상속: System.Exception
파일 보기 프로젝트 열기: Beluki/Yava

공개 프로퍼티들

프로퍼티 타입 설명
FilePath String
Line String
LineNumber System.Int32

공개 메소드들

메소드 설명
FoldersFileReadError ( String message, String filepath, String line, Int32 linenumber ) : System

Raised by FoldersFileReader on a reading error.

메소드 상세

FoldersFileReadError() 공개 메소드

Raised by FoldersFileReader on a reading error.
public FoldersFileReadError ( String message, String filepath, String line, Int32 linenumber ) : System
message String Error message.
filepath String Path to the file that triggered the error.
line String Text for the incorrect line.
linenumber System.Int32 Line number where the error happened.
리턴 System

프로퍼티 상세

FilePath 공개적으로 프로퍼티

Path to the file that triggered the error.
public String FilePath
리턴 String

Line 공개적으로 프로퍼티

Text for the incorrect line.
public String Line
리턴 String

LineNumber 공개적으로 프로퍼티

Line number where the error happened.
public Int32,System LineNumber
리턴 System.Int32