TypedDataSetGeneratorException.ErrorList 属性

定义

获取生成的错误的动态列表。

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

属性值

ArrayList 对象。

注解

TypedDataSetGeneratorException 类不用作独立组件,而是用作其他类从中派生标准功能的类。

适用于