Click or drag to resize
ISQLiteException Properties

The ISQLiteException type exposes the following members.

Properties
  NameDescription
Public propertyErrorCode
Gets the error code from the exception.
Public propertyException
Gets the exception that was passed to Initialise(Exception).
Public propertyIsLocked
Gets a value, derived from ErrorCode, indicating that the database is locked.
Public propertyIsSQLiteException
Gets a value indicating that the exception passed to Initialise(Exception) was a valid SQLite exception.
Top
See Also