SqliteException 类

定义

表示 SQLite 错误。

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

构造函数

SqliteException(String, Int32)

初始化 SqliteException 类的新实例。

SqliteException(String, Int32, Int32)

初始化 SqliteException 类的新实例。

属性

SqliteErrorCode

获取 SQLite 错误代码。

SqliteExtendedErrorCode

获取扩展的 SQLite 错误代码。

方法

ThrowExceptionForRC(Int32, sqlite3)

引发具有特定 SQLite 错误代码值的异常。

适用于