[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Constructs a new exception object and sets the help context.
Source position: sysutilh.inc line 70
public constructor Exception.CreateHelp( |
const Msg: String; |
AHelpContext: Integer |
); |
CreateHelpdoes the same as the Createconstructor, but additionally stores AHelpContextin the HelpContextproperty.
|
Constructs a new exception object with a given message. |