Click or drag to resize

SQLiteException Class

Inheritance Hierarchy
SystemObject
  SystemException
    Unvired.Kernel.SQLiteSQLiteException

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SQLiteException : Exception

The SQLiteException type exposes the following members.

Constructors
  NameDescription
Protected methodSQLiteException
Initializes a new instance of the SQLiteException class
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertyResult
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberNew
Public methodToString (Inherited from Exception.)
Top
See Also