次の方法で共有


SqliteException コンストラクター

定義

オーバーロード

SqliteException(String, Int32)

SqliteException クラスの新しいインスタンスを初期化します。

SqliteException(String, Int32, Int32)

SqliteException クラスの新しいインスタンスを初期化します。

SqliteException(String, Int32)

ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs

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.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs
ソース:
SqliteException.cs

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

適用対象