Freigeben über


SqliteException.ThrowExceptionForRC(Int32, sqlite3) Methode

Definition

Löst eine Ausnahme mit einem bestimmten SQLite-Fehlercodewert aus.

public static void ThrowExceptionForRC (int rc, SQLitePCL.sqlite3 db);
public static void ThrowExceptionForRC (int rc, SQLitePCL.sqlite3? db);
static member ThrowExceptionForRC : int * SQLitePCL.sqlite3 -> unit
Public Shared Sub ThrowExceptionForRC (rc As Integer, db As sqlite3)

Parameter

rc
Int32

Der SQLite-Fehlercode, der der gewünschten Ausnahme entspricht.

db
SQLitePCL.sqlite3

Eine Handle-zu-Datenbank-Verbindung.

Hinweise

Für Ergebniscodes ohne Fehler wird keine Ausnahme ausgelöst.

Gilt für: