constructor Create( AMsg: string ); virtual; overload;
Parameters |
Description |
AMsg |
Error message for the exception. |
Create is an overloaded constructor for the object instance.
Create calls the inherited Create method using the value in AMsg as an argument. Create is declared as a virtual method to allow descendant classes to easily re-implement the constructor.
Create
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|