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