SqlNotFilledException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
例外がスローされたときに表示する文字列。
内部例外への参照。
注釈
SqlNotFilledException クラスは、スタンドアロン コンポーネントとしてではなく、他のクラスによる標準機能の派生元クラスとして使用するためのものです。
適用対象
.NET