Transform exception to UpdateError.
Source position: db.pas line 1645
| function IProviderSupport.PSGetUpdateException( | 
| E: Exception; | 
| Prev: EUpdateError | 
| ):EUpdateError; | 
| E | 
 | The originally raised exception. | 
| Prev | 
 | The previous exception in the applyupdates batch (can be nil). | 
The new EUpdateErrorexception.
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.
| 
 | Error raised when updating data during a post operation. |