Microsoft SDK for Java

Errors Class

The Errors class of the com.ms.wfc.data package encapsulates the ADO Errors collection, which contains all Error objects created in response to provider errors.

public class Errors
{
  // Methods
  public void clear();
  public int getCount();
  public com.ms.wfc.data.Error getItem(int n);
  public com.ms.wfc.data.Error getItem(java.lang.String s);
  public void refresh();
}

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