次の方法で共有


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 、型指定されたデータセット クラスの生成が試行されている間に競合が発生したことを示します。

適用対象