Click or drag to resize
ISQLiteException Interface
The interface for objects that can wrap an SQLite exception.

Namespace: VirtualRadar.Interface.SQLite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ISQLiteException

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
Methods
  NameDescription
Public methodInitialise
Populates the object with the details of an exception.
Top
See Also