Represents an error ococcurred while parsing data [詳解]


公開メンバ関数 | |
| ParsingException (string msg) | |
| ParsingException (string msg, Exception innerException) | |
| ParsingException (string msg, int lineNumber, string lineValue) | |
| ParsingException (string msg, int lineNumber, string lineValue, Exception innerException) | |
プロパティ | |
| Version | LibVersion [get, set] |
| int | LineNumber [get, set] |
| string | LineValue [get, set] |
Represents an error ococcurred while parsing data
| IniParser.Exceptions.ParsingException.ParsingException | ( | string | msg | ) |
| IniParser.Exceptions.ParsingException.ParsingException | ( | string | msg, |
| Exception | innerException | ||
| ) |
| IniParser.Exceptions.ParsingException.ParsingException | ( | string | msg, |
| int | lineNumber, | ||
| string | lineValue | ||
| ) |
| IniParser.Exceptions.ParsingException.ParsingException | ( | string | msg, |
| int | lineNumber, | ||
| string | lineValue, | ||
| Exception | innerException | ||
| ) |
|
getset |
|
getset |
|
getset |
1.8.6