FireDAC.Stan.Error.EFDDBArrayExecuteError Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActionpublicUse Action to specify an action that the error processor should take after the event handler signals an error.
BaseExceptionpublicBaseException specifies the innermost exception.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
ExceptionpublicUse the Exception property to get a reference to the original exception object, which was raised after an erroneous DB operation.
FDCodepublicReturns a FireDAC specific error code.
FDObjNamepublicReturns the name of the object that raised the exception.
HelpContextpublicIndicates the context ID number for context-sensitive online help associated with the exception.
InnerExceptionpublicInnerException specifies the inner exception.
MessagepublicMessage contains the text string to display in the exception dialog box when the exception is raised.
Offsetpublic Use the Offset property to get an offset of a failed array item. The offset is calculated from the beginning of the array.
RetryLevelpublicUse the RetryLevel property to get the number of retry operations. The number is incremented after each eaSkip action value.
StackInfopublicStackInfo provides the stack information when this exception is raised.
StackTracepublicString representation of the stack information.
TimespublicUse the Times property to get the number of array items remained to process in the array after the error has happened.