CatchAddRecordException: Boolean;
CatchAddRecordException: Boolean;
The CatchAddRecordException property determines whether exceptions that may occur on data import are caught.
The property is write-only.
Available values:
True. Exceptions are caught and handled by the platform kernel, import is not interrupted.
False. An exception is thrown, import is not interrupted. Default behavior.
The example of use is given in description of the IDtRdsConsumer.Dataset property.
See also: