SqlNotFilledException コンストラクター

定義

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

オーバーロード

SqlNotFilledException()

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

SqlNotFilledException(String)

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

SqlNotFilledException(String, Exception)

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

注釈

SqlNotFilledException クラスは、スタンドアロン コンポーネントとしてではなく、他のクラスによる標準機能の派生元クラスとして使用するためのものです。

SqlNotFilledException()

ソース:
SQLUtility.cs
ソース:
SQLUtility.cs
ソース:
SQLUtility.cs

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

public:
 SqlNotFilledException();
public SqlNotFilledException ();
Public Sub New ()

注釈

SqlNotFilledException クラスは、スタンドアロン コンポーネントとしてではなく、他のクラスによる標準機能の派生元クラスとして使用するためのものです。

適用対象

SqlNotFilledException(String)

ソース:
SQLUtility.cs
ソース:
SQLUtility.cs
ソース:
SQLUtility.cs

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

public:
 SqlNotFilledException(System::String ^ message);
public SqlNotFilledException (string? message);
public SqlNotFilledException (string message);
new System.Data.SqlTypes.SqlNotFilledException : string -> System.Data.SqlTypes.SqlNotFilledException
Public Sub New (message As String)

パラメーター

message
String

例外がスローされたときに表示する文字列。

注釈

SqlNotFilledException クラスは、スタンドアロン コンポーネントとしてではなく、他のクラスによる標準機能の派生元クラスとして使用するためのものです。

適用対象

SqlNotFilledException(String, Exception)

ソース:
SQLUtility.cs
ソース:
SQLUtility.cs
ソース:
SQLUtility.cs

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

public:
 SqlNotFilledException(System::String ^ message, Exception ^ e);
public SqlNotFilledException (string? message, Exception? e);
public SqlNotFilledException (string message, Exception e);
new System.Data.SqlTypes.SqlNotFilledException : string * Exception -> System.Data.SqlTypes.SqlNotFilledException
Public Sub New (message As String, e As Exception)

パラメーター

message
String

例外がスローされたときに表示する文字列。

e
Exception

内部例外への参照。

注釈

SqlNotFilledException クラスは、スタンドアロン コンポーネントとしてではなく、他のクラスによる標準機能の派生元クラスとして使用するためのものです。

適用対象