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!

ADOErrors Class

Collects all errors generated by the adapter.

Object
   ADOErrors

[Visual Basic]
NotInheritable Public Class ADOErrors
   Implements ICollection, IEnumerable
[C#]
public sealed class ADOErrors : ICollection, IEnumerable
[C++]
public __gc __sealed class ADOErrors : public ICollection,
   IEnumerable
[JScript]
public class ADOErrors implements ICollection, IEnumerable

Remarks

This class is created by ADOException to collect instances of the ADOError class. ADOErrors always contains at least one instance of the ADOError class.

Requirements

Namespace: System.Data.ADO

Assembly: System.Data.dll

See Also

ADOErrors Members | System.Data.ADO Namespace | ADOError | ADOException