dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteErrorEventArgs Class / Exception Property

On this page
    Exception Property (SQLiteErrorEventArgs)
    On this page
    Gets a SQLiteException object that describes the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As SQLiteException
    public SQLiteException Exception {get;}

    Property Value

    A SQLiteException object.
    See Also