Constructs a new exception object and sets the help context.
Source position: sysutilh.inc line 116
| public constructor Exception.CreateHelp( | 
| const Msg: string; | 
| AHelpContext: LongInt | 
| ); | 
CreateHelp does the same as the Create constructor, but additionally stores AHelpContext in the HelpContext property.
| 
 | Constructs a new exception object with a given message. |