SqlNotFilledException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 SqlNotFilledException 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| 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);
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);
new System.Data.SqlTypes.SqlNotFilledException : string * Exception -> System.Data.SqlTypes.SqlNotFilledException
Public Sub New (message As String, e As Exception)
參數
- message
- String
當例外被拋出時,該字串要顯示。
這是對內在例外的指涉。
備註
此 SqlNotFilledException 類別並非設計成獨立元件,而是作為其他類別從中衍生標準功能的類別。