| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Constructs a new exception object and sets the help context and formats the message from a resource
Source position: sysutilh.inc line 74
| public constructor Exception.CreateResFmtHelp( | 
| ResString: PString; | 
| const Args: array [] of <NIL>; | 
| AHelpContext: Integer | 
| ); | 
CreateResFmtHelp does the same as the CreateResFmt constructor, but additionally stores AHelpContext in the HelpContext property.
| 
 | Constructs a new exception object and formats the message from a reasource. |