| ParserException Constructor |
| Name | Description | |
|---|---|---|
| ParserException |
Initializes a new instance of the ParserException class. The exception is thrown
when something unexpected occurs during the parsing process.
| |
| ParserException(String) |
Initializes a new instance of the ParserException class. The exception is thrown
when something unexpected occurs during the parsing process.
| |
| ParserException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ParserException class. The exception is thrown
when something unexpected occurs during the parsing process.
| |
| ParserException(String, Exception) |
Initializes a new instance of the ParserException class. The exception is thrown
when something unexpected occurs during the parsing process.
|