FireDAC.Stan.Error.EFDDBArrayExecuteError.Exception

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Exception: EFDDBEngineException read FException;

C++

__property EFDDBEngineException* Exception = {read=FException};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error EFDDBArrayExecuteError

Description

Use the Exception property to get a reference to the original exception object, which was raised after an erroneous DB operation.

See Also