[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Constructs a new exception object and formats a new message.
Source position: sysutilh.inc line 67
public constructor Exception.CreateFmt( |
const msg: String; |
const args: array [] of <NIL> |
); |
Construction may fail if there is not enough memory on the heap.
|
Constructs a new exception object with a given message. |
|
|
Message associated with the exception. |
|
|
Format a string with given arguments. |