skip to main content
Developing ADO.NET Applications : Microsoft .NET Public Objects/Interfaces Supported : OpenAccessException Object
 

OpenAccessException Object

The OpenAccessException object is created and thrown when the OpenAccess server returns an error. Exceptions generated by the .NET Client itself are returned as standard run time exceptions.
The OpenAccessException object supports the public properties of the Exception object, and has no provider-specific properties. The properties apply to the last error generated, if multiple errors exist. The application should check the Count property of the OpenAccessErrorCollection returned in the Errors property of this object to determine whether there are multiple errors.
For information about the properties and methods supported, refer to the .NET Client’s online help and the Microsoft .NET Framework SDK documentation.