Constructor ParserException
| Improve this Doc View SourceParserException()
Initializes a new instance of the ParserException class with a default message.
Declaration
public ParserException()
ParserException(String)
Initializes a new instance of the ParserException class with the a specified error message.
Declaration
public ParserException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |