RAD Studio VCL Reference
|
Create exception object with error ID.
constructor CreateID(const AMsg: string; AID: Integer; Reserved: Integer = 0);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|