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

In This Topic
    SQLiteErrorEventArgs Class
    In This Topic
    Provides data for the SQLiteConnection.Error event.
    Syntax
    'Declaration
     
    Public NotInheritable Class SQLiteErrorEventArgs 
       Inherits System.EventArgs
    public sealed class SQLiteErrorEventArgs : 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