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

Exception.Message

Message associated with the exception.

Declaration

Source position: sysutilh.inc line 83

public property Exception.Message: String
  read fmessage
  write fmessage;

Description

Message provides additional information about the exception. It is shown to the user in e.g. the ShowException routine, and should be set in the constructor when the exception is raised.

See also

Exception.Create

  

Constructs a new exception object with a given message.

Exception.HelpContext

  

Help context associated with the exception.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.