Gets all errors generated by adapter.
[Visual Basic] Public ReadOnly Property Errors As ADOErrors [C#] public ADOErrors Errors {get;} [C++] public: __property ADOErrors* get_Errors(); [JScript] public function get Errors() : ADOErrors;
The collected instances of the ADOError class. The ADOErrors class always contains at least one instance of the ADOError class.
This is a wrapper for ADOErrors.
ADOException Class | ADOException Members | System.Data.ADO Namespace