FireDAC.Stan.Error.EFDDBEngineException Properties
InheritedProtected
BaseException | public | BaseException specifies the innermost exception. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
ErrorCode | public | Returns a DBMS-specific error code. |
ErrorCount | public | Indicates the total number of errors contained in the Errors property. |
Errors | public | Lists the entire FireDAC/DBMS error, warning, or message collection. |
FDCode | public | Returns a FireDAC specific error code. |
FDObjName | public | Returns the name of the object that raised the exception. |
HelpContext | public | Indicates the context ID number for context-sensitive online help associated with the exception. |
InnerException | public | InnerException specifies the inner exception. |
Kind | public | Returns a DBMS-independent error kind. |
Message | public | Message contains the text string to display in the exception dialog box when the exception is raised. |
Params | public | Returns a failed SQL command parameter value. |
SQL | public | Returns a failed SQL command text. |
StackInfo | public | StackInfo provides the stack information when this exception is raised. |
StackTrace | public | String representation of the stack information. |