Exception.ToString
Nicely formatted version of the exception message
Declaration
Source position: sysutilh.inc line 122
public
function ToString : string; Override;
Description
ToString overrides the ToString method to return a concatenation of classname and Exception.Message .
See also
Name | Description |
---|---|
Exception.Message | Message associated with the exception. |