다음을 통해 공유


TypedDataSetGeneratorException 생성자

정의

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

오버로드

TypedDataSetGeneratorException()

오류를 설명하는 시스템 제공 메시지를 사용하여 TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

TypedDataSetGeneratorException(IList)

오류의 컬렉션을 전달하여 TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

TypedDataSetGeneratorException(String)

오류를 설명하는 지정한 메시지를 사용하여 TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

TypedDataSetGeneratorException(SerializationInfo, StreamingContext)

지정된 serialization 정보와 스트리밍 컨텍스트를 사용하여 TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

TypedDataSetGeneratorException(String, Exception)

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

설명

TypedDataSetGeneratorException 클래스는 형식화된 데이터 세트 클래스를 생성하려고 시도하는 중 충돌이 발생했음을 나타냅니다.

TypedDataSetGeneratorException()

오류를 설명하는 시스템 제공 메시지를 사용하여 TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

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

설명

이 생성자는 Message 현재 시스템 계정에는 "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply"이 이와 같은 오류를 설명 하는 시스템 제공 메시지로 새 인스턴스의 속성 문화권입니다.

다음 표에는 InsufficientMemoryException의 인스턴스의 초기 속성 값이 나와 있습니다.

속성
InnerException null.
Message 지역화된 오류 메시지 문자열입니다.

TypedDataSetGeneratorException 클래스는 형식화된 데이터 세트 클래스를 생성하려고 시도하는 동안 충돌이 발생했음을 나타냅니다.

적용 대상

TypedDataSetGeneratorException(IList)

오류의 컬렉션을 전달하여 TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

list
IList

오류의 IList입니다.

설명

TypedDataSetGeneratorException 클래스는 형식화된 데이터 세트 클래스를 생성하려고 시도하는 동안 충돌이 발생했음을 나타냅니다.

적용 대상

TypedDataSetGeneratorException(String)

오류를 설명하는 지정한 메시지를 사용하여 TypedDataSetGeneratorException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

message
String

예외를 설명하는 메시지입니다. 현재 시스템 culture에 대해 이 문자열이 지역화되었는지 확인하려면 이 생성자의 호출자가 필요합니다.

설명

다음 표에는 TypedDataSetGeneratorException의 인스턴스의 초기 속성 값이 나와 있습니다.

속성
InnerException null.
Message message에 지정된 오류 메시지 문자열입니다.

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.Design.TypedDataSetGeneratorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.Design.TypedDataSetGeneratorException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

SerializationInfo 개체입니다.

context
StreamingContext

StreamingContext 구조체입니다.

설명

이 생성자는 스트림을 통해 전송되는 예외 개체를 다시 구성하기 위해 역직렬화 중에 호출됩니다. 자세한 내용은 XML 및 SOAP Serialization합니다. TypedDataSetGeneratorException 클래스는 형식화된 데이터 세트 클래스를 생성하려고 시도하는 동안 충돌이 발생했음을 나타냅니다.

적용 대상

TypedDataSetGeneratorException(String, Exception)

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

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

매개 변수

message
String

예외를 설명하는 메시지입니다. 현재 시스템 culture에 대해 이 문자열이 지역화되었는지 확인하려면 이 생성자의 호출자가 필요합니다.

innerException
Exception

현재 예외의 원인인 예외입니다. innerException 매개 변수가 null이 아니면 현재 예외는 내부 예외를 처리하는 catch 블록에서 발생합니다.

설명

이전 예외의 직접적인 결과로 throw되는 예외의 InnerException 속성에는 이전 예외에 대한 참조가 들어 있어야 합니다. InnerException 속성은 생성자로 전달되는 값과 같은 값을 반환하거나, InnerException 속성이 생성자에 내부 예외 값을 제공하지 않는 경우 null을 반환합니다.

다음 표에는 TypedDataSetGeneratorException의 인스턴스의 초기 속성 값이 나와 있습니다.

속성
InnerException null.
Message message에 지정된 오류 메시지 문자열입니다.

TypedDataSetGeneratorException 클래스는 형식화된 데이터 세트 클래스를 생성하려고 시도하는 동안 충돌이 발생했음을 나타냅니다.

적용 대상