Bagikan melalui


SqliteException Konstruktor

Definisi

Overload

Nama Deskripsi
SqliteException(String, Int32)

Menginisialisasi instans baru kelas SqliteException.

SqliteException(String, Int32, Int32)

Menginisialisasi instans baru kelas SqliteException.

SqliteException(String, Int32)

Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs

Menginisialisasi instans baru kelas SqliteException.

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

Pesan yang akan ditampilkan untuk pengecualian. Bisa null.

errorCode
Int32

Kode kesalahan SQLite.

Berlaku untuk

SqliteException(String, Int32, Int32)

Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs
Sumber:
SqliteException.cs

Menginisialisasi instans baru kelas SqliteException.

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

Pesan yang akan ditampilkan untuk pengecualian. Bisa null.

errorCode
Int32

Kode kesalahan SQLite.

extendedErrorCode
Int32

Kode kesalahan SQLite yang diperluas.

Berlaku untuk