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)

参数

注解

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 类不用作独立组件,而是用作其他类从中派生标准功能的类。

适用于