Microsoft SDK for Java

AdoException Class

The AdoException class of the com.ms.wfc.data package represents an ADO exception.

public class AdoException extends com.ms.com.ComFailException 
{
  // Constructors
  public AdoException(int id);
  public AdoException(int hr, String s);
  public AdoException(String s);

  // Methods
  public int getErrorNumber();

  // Fields

}

Remarks

Exceptions of this type are thrown only by methods internal to WFC.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.