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

EUpdateError.OriginalExcaption

Original exception object, if available.

Declaration

Source position: db.pas line 94

public property EUpdateError.OriginalExcaption: Exception
  read FOriginalException;

Description

OriginalException is the original exception object as raised by the database access layer. It may or may not be available.

See also

EUpdateError.ErrorCode

  

Numerical error code.

EUpdateError.Context

  

Context in which exception occurred.

EUpdateError.PreviousError

  

Previous error number

The latest version of this document can be found at lazarus-ccr.sourceforge.net.