Class YeSqlParserException
The exception is thrown when there are one or more errors while parsing a data source (e.g., SQL file) using the YeSqlParser.
Implements
Inherited Members
Namespace: YeSql.Net
Assembly: YeSql.Net.dll
Syntax
public class YeSqlParserException : Exception, ISerializable
Constructors
Name | Description |
---|---|
YeSqlParserException() | Initializes a new instance of the YeSqlParserException class with a default error message. |
YeSqlParserException(String) | Initializes a new instance of the YeSqlParserException class with the a specified error message. |