SqliteException Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| SqliteException(String, Int32) |
SqliteException sınıfının yeni bir örneğini başlatır. |
| SqliteException(String, Int32, Int32) |
SqliteException sınıfının yeni bir örneğini başlatır. |
SqliteException(String, Int32)
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
SqliteException sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- message
- String
Özel durum için görüntülenecek ileti. Boş olabilir.
- errorCode
- Int32
SQLite hata kodu.
Şunlara uygulanır
SqliteException(String, Int32, Int32)
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
- Kaynak:
- SqliteException.cs
SqliteException sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- message
- String
Özel durum için görüntülenecek ileti. Boş olabilir.
- errorCode
- Int32
SQLite hata kodu.
- extendedErrorCode
- Int32
Genişletilmiş SQLite hata kodu.