다음을 통해 공유


TypedDataSetGeneratorException.ErrorList 속성

정의

생성된 오류의 동적 목록을 가져옵니다.

public:
 property System::Collections::IList ^ ErrorList { System::Collections::IList ^ get(); };
public System.Collections.IList ErrorList { get; }
member this.ErrorList : System.Collections.IList
Public ReadOnly Property ErrorList As IList

속성 값

오류 목록입니다.

설명

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

적용 대상