Exception.Message
Message associated with the exception.
Declaration
Source position: sysutilh.inc line 125
public Property
Message : string;
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
Name | Description |
---|---|
Exception.Create | Constructs a new exception object with a given message. |
Exception.HelpContext | Help context associated with the exception. |