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 a specified error message.
Declaration
public ParserException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
ParserException(String, Object)
Initializes a new instance of the ParserException class with a specified error message and the actual value that caused the exception.
Declaration
public ParserException(string message, object actualValue)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Object | actualValue | The actual value that caused the exception. |