Sdílet prostřednictvím


SqliteException Konstruktory

Definice

Přetížení

SqliteException(String, Int32)

Inicializuje novou instanci SqliteException třídy .

SqliteException(String, Int32, Int32)

Inicializuje novou instanci SqliteException třídy .

SqliteException(String, Int32)

Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs

Inicializuje novou instanci SqliteException třídy .

public SqliteException (string message, int errorCode);
public SqliteException (string? message, int errorCode);
new Microsoft.Data.Sqlite.SqliteException : string * int -> Microsoft.Data.Sqlite.SqliteException
Public Sub New (message As String, errorCode As Integer)

Parametry

message
String

Zpráva, která se má zobrazit pro výjimku. Může mít hodnotu null.

errorCode
Int32

Kód chyby SQLite.

Platí pro

SqliteException(String, Int32, Int32)

Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs
Zdroj:
SqliteException.cs

Inicializuje novou instanci SqliteException třídy .

public SqliteException (string message, int errorCode, int extendedErrorCode);
public SqliteException (string? message, int errorCode, int extendedErrorCode);
new Microsoft.Data.Sqlite.SqliteException : string * int * int -> Microsoft.Data.Sqlite.SqliteException
Public Sub New (message As String, errorCode As Integer, extendedErrorCode As Integer)

Parametry

message
String

Zpráva, která se má zobrazit pro výjimku. Může mít hodnotu null.

errorCode
Int32

Kód chyby SQLite.

extendedErrorCode
Int32

Rozšířený kód chyby SQLite.

Platí pro