[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

Exception.CreateHelp

Constructs a new exception object and sets the help context.

Declaration

Source position: sysutilh.inc line 70

public constructor Exception.CreateHelp(

  const Msg: String;

  AHelpContext: Integer

);

Description

CreateHelpdoes the same as the Createconstructor, but additionally stores AHelpContextin the HelpContextproperty.

See also

Exception.Create

  

Constructs a new exception object with a given message.