SqlNotFilledException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 SqlNotFilledException 類別的新執行個體。
多載
SqlNotFilledException() |
初始化 SqlNotFilledException 類別的新執行個體。 |
SqlNotFilledException(String) |
初始化 SqlNotFilledException 類別的新執行個體。 |
SqlNotFilledException(String, Exception) |
初始化 SqlNotFilledException 類別的新執行個體。 |
備註
SqlNotFilledException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。
SqlNotFilledException()
初始化 SqlNotFilledException 類別的新執行個體。
public:
SqlNotFilledException();
public SqlNotFilledException ();
Public Sub New ()
備註
SqlNotFilledException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。
適用於
SqlNotFilledException(String)
初始化 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)
初始化 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 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。