[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

IProviderSupport.PSGetUpdateException

Transform exception to UpdateError

Declaration

Source position: db.pas line 1427

function IProviderSupport.PSGetUpdateException(

  E: Exception;

  Prev: EUpdateError

):EUpdateError;

Arguments

E

  

The originally raised exception

Prev

  

The previous exception in the applyupdates batch (can be nil).

Function result

The new EUpdateErrorexception

Description

PSGetUpdateException is called to transform and chain exceptions that occur during an ApplyUpdates operation. The exception E must be transformed to an EUpdateError exception. The previous EUpdateError exception in the update batch is passed in Prev.

See also

EUpdateError

  

Error raised when updating data during a post operation.


Documentation generated on: May 14 2021