Share via


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

Name Description
SqliteException(String, Int32, Int32)

Initializes a new instance of the SqliteException class.

SqliteException(String, Int32)

Initializes a new instance of the SqliteException class.

Properties

Name Description
SqliteErrorCode

Gets the SQLite error code.

SqliteExtendedErrorCode

Gets the extended SQLite error code.

Methods

Name Description
ThrowExceptionForRC(Int32, sqlite3)

Throws an exception with a specific SQLite error code value.

Applies to