Aracılığıyla paylaş


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

Name Description
SqliteException(String, Int32, Int32)

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

SqliteException(String, Int32)

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

Özellikler

Name Description
SqliteErrorCode

SQLite hata kodunu alır.

SqliteExtendedErrorCode

Genişletilmiş SQLite hata kodunu alır.

Yöntemler

Name Description
ThrowExceptionForRC(Int32, sqlite3)

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

Şunlara uygulanır