다음을 통해 공유


TypedDataSetGeneratorException 생성자

정의

TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

오버로드

TypedDataSetGeneratorException()

TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

TypedDataSetGeneratorException(ArrayList)

TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

TypedDataSetGeneratorException(String)

지정된 문자열을 사용하여 TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

TypedDataSetGeneratorException(SerializationInfo, StreamingContext)

지정된 serialization 정보와 스트리밍 컨텍스트를 사용하여 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

예외가 throw되었을 때 표시할 문자열입니다.

설명

TypedDataSetGeneratorException 클래스는 독립 실행형 구성 요소로는 사용할 수 없고 다른 클래스가 표준 기능을 파생하는 원본 클래스로만 사용할 수 있습니다.

적용 대상

TypedDataSetGeneratorException(SerializationInfo, StreamingContext)

지정된 serialization 정보와 스트리밍 컨텍스트를 사용하여 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 개체입니다.

context
StreamingContext

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

예외가 throw되었을 때 표시할 문자열입니다.

innerException
Exception

내부 예외에 대한 참조입니다.

설명

TypedDataSetGeneratorException 클래스는 독립 실행형 구성 요소로는 사용할 수 없고 다른 클래스가 표준 기능을 파생하는 원본 클래스로만 사용할 수 있습니다.

적용 대상