SqliteException.ThrowExceptionForRC(Int32, sqlite3) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lève une exception avec une valeur de code d’erreur SQLite spécifique.
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)
Paramètres
- rc
- Int32
Code d’erreur SQLite correspondant à l’exception souhaitée.
- db
- SQLitePCL.sqlite3
Handle à la connexion à la base de données.
Remarques
Aucune exception n’est levée pour les codes de résultat sans erreur.