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!

ADOError Class

Collects information relevant to a warning or error returned by the data source.

Object
   ADOError

[Visual Basic]
NotInheritable Public Class ADOError
[C#]
public sealed class ADOError
[C++]
public __gc __sealed class ADOError
[JScript]
public class ADOError

Remarks

This class is created by the adapter when an error occurs. An instance of ADOError is created and managed by the ADOErrors class, which in turn is created by the ADOException class.

Requirements

Namespace: System.Data.ADO

Assembly: System.Data.dll

See Also

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