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 }
Exceptions of this type are thrown only by methods internal to WFC.