SqlNotFilledException 建構函式

定義

初始化 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

當例外被拋出時,該字串要顯示。

e
Exception

這是對內在例外的指涉。

備註

SqlNotFilledException 類別並非設計成獨立元件,而是作為其他類別從中衍生標準功能的類別。

適用於