[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class for all database-related errors.
Source position: db.pas line 88
| type EDatabaseError = class(Exception) | 
| 
 | Base class for all database-related errors. | |
| | | ||
| | | ||
EDatabaseError is the base class from which database-related exception classes should derive. It is raised by the DatabaseError call.
| 
 | Raise an EDatabaseError exception. | |
| 
 | Raise an EDatabaseError exception with a formatted message. |