SqliteException Sınıf

Tanım

SQLite hatasını temsil eder.

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

Oluşturucular

SqliteException(String, Int32)

SqliteException sınıfının yeni bir örneğini başlatır.

SqliteException(String, Int32, Int32)

SqliteException sınıfının yeni bir örneğini başlatır.

Özellikler

SqliteErrorCode

SQLite hata kodunu alır.

SqliteExtendedErrorCode

Genişletilmiş SQLite hata kodunu alır.

Yöntemler

ThrowExceptionForRC(Int32, sqlite3)

Belirli bir SQLite hata kodu değerine sahip bir özel durum oluşturur.

Şunlara uygulanır