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 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。

適用於