VistaDB.Diagnostic Namespace
In This Topic
Classes
| Class | Description |
| Errors | The collection of error string messages raised by VistaDB library |
| Logging | Allows applications to connect to the internal diagnostics of VistaDB. |
| TraceLogger | An ILog implementation for the intrinsic .NET Trace logger |
| VistaDBDataTableException | The Data table exception class. Users should never create these objects directly. They may be thrown by the VistaDB engine during DataTable operations. Class Errors |
| VistaDBException | The DDA exception class Class Errors |
| VistaDBSQLException | The SQL exception class |
Interfaces
| Interface | Description |
| ILog | Implemented by callers that want to record diagnostic information for VistaDB |
Enumerations
| Enumeration | Description |
| LogLevel | Enumerates the selections for the level of logging the VistaDB engine will perform (if logging is connected). |
See Also