SqliteException Class

Definition

Represents a SQLite error.

public class SqliteException : System.Data.Common.DbException
type SqliteException = class
    inherit DbException
Public Class SqliteException
Inherits DbException
Inheritance
SqliteException

Constructors

SqliteException(String, Int32)

Initializes a new instance of the SqliteException class.

SqliteException(String, Int32, Int32)

Initializes a new instance of the SqliteException class.

Properties

SqliteErrorCode

Gets the SQLite error code.

SqliteExtendedErrorCode

Gets the extended SQLite error code.

Methods

ThrowExceptionForRC(Int32, sqlite3)

Throws an exception with a specific SQLite error code value.

Applies to