RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ECustomException.CatchException Method
Pascal
class function CatchException(var ExceptTypeName: string; var Address: Pointer; TypedHandler: boolean; Callback: TCustExCallback): boolean; static;
C++
static __fastcall boolean CatchException(AnsiString ExceptTypeName, void * Address, boolean TypedHandler, TCustExCallback Callback);

This is CatchException, a member of class ECustomException.

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