C# Class Yava.FoldersFile.FoldersFileReadError

Inheritance: System.Exception
ファイルを表示 Open project: Beluki/Yava

Public Properties

Property Type Description
FilePath String
Line String
LineNumber System.Int32

Public Methods

Method Description
FoldersFileReadError ( String message, String filepath, String line, Int32 linenumber ) : System

Raised by FoldersFileReader on a reading error.

Method Details

FoldersFileReadError() public method

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.
return System

Property Details

FilePath public_oe property

Path to the file that triggered the error.
public String FilePath
return String

Line public_oe property

Text for the incorrect line.
public String Line
return String

LineNumber public_oe property

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