dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteErrorEventArgs Class
Members

SQLiteErrorEventArgs Class
Provides data for the SQLiteConnection.Error event.
Syntax
'Declaration
 
Public NotInheritable Class SQLiteErrorEventArgs 
   Inherits System.EventArgs
 
Remarks
The SQLiteConnection.Error event is fired when an error is sent from the database.
Inheritance Hierarchy

System.Object
   System.EventArgs
      Devart.Data.SQLite.SQLiteErrorEventArgs

See Also