ISQLiteException Interface |
Namespace: VirtualRadar.Interface.SQLite
The ISQLiteException type exposes the following members.
Name | Description | |
---|---|---|
ErrorCode |
Gets the error code from the exception.
| |
Exception |
Gets the exception that was passed to Initialise(Exception).
| |
IsLocked |
Gets a value, derived from ErrorCode, indicating that the database is locked.
| |
IsSQLiteException |
Gets a value indicating that the exception passed to Initialise(Exception) was
a valid SQLite exception.
|
Name | Description | |
---|---|---|
Initialise |
Populates the object with the details of an exception.
|