My Project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
IniParser.Exceptions.ParsingException Class Reference

Represents an error ococcurred while parsing data. More...

Inheritance diagram for IniParser.Exceptions.ParsingException:

Public Member Functions

 ParsingException (string msg)
 Initializes a new instance of the ParsingException class.
 
 ParsingException (string msg, Exception innerException)
 Initializes a new instance of the ParsingException class.
 

Detailed Description

Represents an error ococcurred while parsing data.

Constructor & Destructor Documentation

◆ ParsingException() [1/2]

IniParser.Exceptions.ParsingException.ParsingException ( string  msg)
inline

Initializes a new instance of the ParsingException class.

Parameters
msgThe 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
msgThe message describing the exception cause.
innerExceptionAn inner exception.

The documentation for this class was generated from the following file: