NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOException.Errors

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;

Property Value

The collected instances of the ADOError class. The ADOErrors class always contains at least one instance of the ADOError class.

Remarks

This is a wrapper for ADOErrors.

See Also

ADOException Class | ADOException Members | System.Data.ADO Namespace