TypedDataSetGeneratorException.ErrorList Property

Definition

Gets a dynamic list of generated errors.

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

Property Value

The error list.

Remarks

The TypedDataSetGeneratorException class indicates that a conflict occurred while an attempt is being made to generate a typed dataset class.

Applies to