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