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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also