TypedDataSetGeneratorException.ErrorList Property

Definition

Gets a dynamic list of generated errors.

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

Property Value

ArrayList object.

Remarks

The TypedDataSetGeneratorException class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

Applies to