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 Class

Thrown whenever an error from the adapter is encountered.

Object
   Exception
      SystemException
         ExternalException
            ADOException

[Visual Basic]
NotInheritable Public Class ADOException
   Inherits ExternalException
[C#]
public sealed class ADOException : ExternalException
[C++]
public __gc __sealed class ADOException : public ExternalException
[JScript]
public class ADOException extends ExternalException

Remarks

This class is created whenever the adapter encounters a situation that it cannot handle. It always contains at least one instance of ADOError.

Requirements

Namespace: System.Data.ADO

Assembly: System.Data.dll

See Also

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