TypedDataSetGeneratorException 建構函式

定義

初始化 TypedDataSetGeneratorException 類別的新執行個體。

多載

TypedDataSetGeneratorException()

初始化 TypedDataSetGeneratorException 類別的新執行個體。

TypedDataSetGeneratorException(ArrayList)

初始化 TypedDataSetGeneratorException 類別的新執行個體。

TypedDataSetGeneratorException(String)

使用指定的字串,初始化 TypedDataSetGeneratorException 類別的新執行個體。

TypedDataSetGeneratorException(SerializationInfo, StreamingContext)

使用指定序列化 (Serialization) 資訊和資料流 (Streaming) 內容,初始化 TypedDataSetGeneratorException 類別的新執行個體。

TypedDataSetGeneratorException(String, Exception)

使用指定的字串和內部例外狀況,初始化 TypedDataSetGeneratorException 類別的新執行個體。

TypedDataSetGeneratorException()

初始化 TypedDataSetGeneratorException 類別的新執行個體。

public:
 TypedDataSetGeneratorException();
public TypedDataSetGeneratorException ();
Public Sub New ()

備註

TypedDataSetGeneratorException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。

適用於

TypedDataSetGeneratorException(ArrayList)

初始化 TypedDataSetGeneratorException 類別的新執行個體。

public:
 TypedDataSetGeneratorException(System::Collections::ArrayList ^ list);
public TypedDataSetGeneratorException (System.Collections.ArrayList list);
new System.Data.TypedDataSetGeneratorException : System.Collections.ArrayList -> System.Data.TypedDataSetGeneratorException
Public Sub New (list As ArrayList)

參數

list
ArrayList

ArrayList 物件,含有例外狀況的動態清單。

備註

TypedDataSetGeneratorException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。

適用於

TypedDataSetGeneratorException(String)

使用指定的字串,初始化 TypedDataSetGeneratorException 類別的新執行個體。

public:
 TypedDataSetGeneratorException(System::String ^ message);
public TypedDataSetGeneratorException (string message);
new System.Data.TypedDataSetGeneratorException : string -> System.Data.TypedDataSetGeneratorException
Public Sub New (message As String)

參數

message
String

例外狀況擲回時要顯示的字串。

備註

TypedDataSetGeneratorException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。

適用於

TypedDataSetGeneratorException(SerializationInfo, StreamingContext)

使用指定序列化 (Serialization) 資訊和資料流 (Streaming) 內容,初始化 TypedDataSetGeneratorException 類別的新執行個體。

protected:
 TypedDataSetGeneratorException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TypedDataSetGeneratorException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.TypedDataSetGeneratorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.TypedDataSetGeneratorException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

參數

備註

TypedDataSetGeneratorException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。

適用於

TypedDataSetGeneratorException(String, Exception)

使用指定的字串和內部例外狀況,初始化 TypedDataSetGeneratorException 類別的新執行個體。

public:
 TypedDataSetGeneratorException(System::String ^ message, Exception ^ innerException);
public TypedDataSetGeneratorException (string message, Exception innerException);
new System.Data.TypedDataSetGeneratorException : string * Exception -> System.Data.TypedDataSetGeneratorException
Public Sub New (message As String, innerException As Exception)

參數

message
String

例外狀況擲回時要顯示的字串。

innerException
Exception

內部例外狀況的參考。

備註

TypedDataSetGeneratorException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。

適用於