[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructs a new exception object with a given message.
Source position: sysutilh.inc line 71
public constructor Exception.Create( |
const msg: String |
); |
Construction may fail if there is not enough memory on the heap.
|
Constructs a new exception object and formats a new message. |
|
|
Message associated with the exception. |
lazarus-ccr.sourceforge.net |