SqliteException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SqliteException(String, Int32) |
初始化 SqliteException 類別的新執行個體。 |
SqliteException(String, Int32, Int32) |
初始化 SqliteException 類別的新執行個體。 |
SqliteException(String, Int32)
初始化 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)
參數
- message
- String
要針對例外狀況顯示的訊息。 可以是 null。
- errorCode
- Int32
SQLite 錯誤碼。
適用於
SqliteException(String, Int32, Int32)
初始化 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)
參數
- message
- String
要針對例外狀況顯示的訊息。 可以是 null。
- errorCode
- Int32
SQLite 錯誤碼。
- extendedErrorCode
- Int32
擴充 SQLite 錯誤碼。