次の方法で共有


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 エラー コード値を含む例外をスローします。

適用対象