Freigeben über


SqliteException Konstruktoren

Definition

Überlädt

SqliteException(String, Int32)

Initialisiert eine neue Instanz der SqliteException-Klasse.

SqliteException(String, Int32, Int32)

Initialisiert eine neue Instanz der SqliteException-Klasse.

SqliteException(String, Int32)

Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs

Initialisiert eine neue Instanz der SqliteException-Klasse.

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)

Parameter

message
String

Die Meldung, die für die Ausnahme angezeigt werden soll. Kann NULL sein.

errorCode
Int32

Der SQLite-Fehlercode.

Gilt für:

SqliteException(String, Int32, Int32)

Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs
Quelle:
SqliteException.cs

Initialisiert eine neue Instanz der SqliteException-Klasse.

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)

Parameter

message
String

Die Meldung, die für die Ausnahme angezeigt werden soll. Kann NULL sein.

errorCode
Int32

Der SQLite-Fehlercode.

extendedErrorCode
Int32

Der erweiterte SQLite-Fehlercode.

Gilt für: