RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EUpdateError.OriginalException Property

Indicates the exception object that this update error represents.

Pascal
property OriginalException: Exception;
C++
__property Exception OriginalException;

EUpdateError objects represent exceptions that occur when updating records. OriginalException is the exception object that is caught during the update process. Use this value to obtain more information about the problem that occurred.

Note: If the EUpdateError object represents an EDBEngineError, the ErrorCode property provides immediate access to its BDE error code without going through the OriginalException property.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!