| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Constructs a new exception object and sets the help context and gets the message from a resource
Source position: sysutilh.inc line 73
| public constructor Exception.CreateResHelp( | 
| ResString: PString; | 
| AHelpContext: Integer | 
| ); | 
CreateResHelp does the same as the CreateRes constructor, but additionally stores AHelpContext in the HelpContext property.
| 
 | Constructs a new exception object and gets the message from a resource. |