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 エラー コード。