TypedDataSetGeneratorException コンストラクター

定義

TypedDataSetGeneratorException クラスの新しいインスタンスを初期化します。

オーバーロード

TypedDataSetGeneratorException()

TypedDataSetGeneratorException クラスの新しいインスタンスを初期化します。

TypedDataSetGeneratorException(ArrayList)

TypedDataSetGeneratorException クラスの新しいインスタンスを初期化します。

TypedDataSetGeneratorException(String)

文字列を指定して、TypedDataSetGeneratorException クラスの新しいインスタンスを初期化します。

TypedDataSetGeneratorException(SerializationInfo, StreamingContext)

シリアル化情報とストリーム コンテキストを指定して、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)

シリアル化情報とストリーム コンテキストを指定して、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)

パラメーター

info
SerializationInfo

SerializationInfo オブジェクト。

注釈

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 クラスは、スタンドアロン コンポーネントとしてではなく、他のクラスによる標準機能の派生元クラスとして使用するためのものです。

適用対象