skip to main content
Developing ADO.NET Applications : Error Handling : Microsoft .NET Errors
 

Microsoft .NET Errors

The OpenAccessError object collects information relevant to errors and warnings generated by the database server. See OpenAccessError Object for more information.
The OpenAccessException object is created and thrown when the database server returns an error. Exceptions generated by the data provider are returned as standard run time exceptions. See OpenAccessException Object for more information.