Class YeSqlLoaderException
The exception is thrown when there are one or more errors during the process of loading SQL files using the YeSqlLoader class.
Implements
Inherited Members
Namespace: YeSql.Net
Assembly: YeSql.Net.dll
Syntax
public class YeSqlLoaderException : Exception, ISerializable
Constructors
Name | Description |
---|---|
YeSqlLoaderException() | Initializes a new instance of the YeSqlLoaderException class with a default error message. |
YeSqlLoaderException(String) | Initializes a new instance of the YeSqlLoaderException class with the a specified error message. |