Represents an error ococcurred while parsing data.
More...
|
| ParsingException (string msg) |
| Initializes a new instance of the ParsingException class.
|
|
| ParsingException (string msg, Exception innerException) |
| Initializes a new instance of the ParsingException class.
|
|
Represents an error ococcurred while parsing data.
◆ ParsingException() [1/2]
IniParser.Exceptions.ParsingException.ParsingException |
( |
string |
msg | ) |
|
|
inline |
Initializes a new instance of the ParsingException class.
- Parameters
-
msg | The message describing the exception cause. |
◆ ParsingException() [2/2]
IniParser.Exceptions.ParsingException.ParsingException |
( |
string |
msg, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Initializes a new instance of the ParsingException class.
- Parameters
-
msg | The message describing the exception cause. |
innerException | An inner exception. |
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/AutoConfig/IniFileParser/Exceptions/ParsingException.cs