RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EExternal.ExceptionRecord Field

ExceptionRecord stores the external error information.

Pascal
ExceptionRecord: PExceptionRecord platform;
C++
PExceptionRecord platform ExceptionRecord;

ExceptionRecord is a member of Exception, containing information associated with the error that is being thrown.  

External exceptions are thrown when the application uses external tools (such as databases, 3rd party libraries, GDI API functions). When an exception needs to be thrown, the 3rd party populates the record with the error information. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!