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

In This Topic
    Exception Property (SQLiteErrorEventArgs)
    In This Topic
    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