共用方式為


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 表示嘗試產生具型別數據集類別時發生衝突。

適用於