Sdílet prostřednictvím


SqliteException Třída

Definice

Představuje chybu SQLite.

public class SqliteException : System.Data.Common.DbException
type SqliteException = class
    inherit DbException
Public Class SqliteException
Inherits DbException
Dědičnost
SqliteException

Konstruktory

Name Description
SqliteException(String, Int32, Int32)

Inicializuje novou instanci SqliteException třídy.

SqliteException(String, Int32)

Inicializuje novou instanci SqliteException třídy.

Vlastnosti

Name Description
SqliteErrorCode

Získá kód chyby SQLite.

SqliteExtendedErrorCode

Získá rozšířený kód chyby SQLite.

Metody

Name Description
ThrowExceptionForRC(Int32, sqlite3)

Vyvolá výjimku s konkrétní hodnotou kódu chyby SQLite.

Platí pro