RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EAdapterException.CreateID Constructor

Create exception object with error ID.

Pascal
constructor CreateID(const AMsg: string; AID: Integer; Reserved: Integer = 0);
C++
__fastcall EAdapterException(const AnsiString AMsg, int AID, int Reserved = 0);

CreateID creates an EAdapterException object in the usual way, and also assigns AID to the ID property. 

Reserved is not implemented. 

 

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