| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Constructs a new exception object and formats the message from a reasource.
Source position: sysutilh.inc line 69
| public constructor Exception.CreateResFmt( | 
| ResString: PString; | 
| const Args: array [] of <NIL> | 
| ); | 
CreateResFmt does the same as CreateFmt, but fetches the message from the resource string ResString.
Construction may fail if there is not enough memory on the heap.
| 
 | Constructs a new exception object with a given message. | |
| 
 | Constructs a new exception object and formats a new message. | |
| 
 | Constructs a new exception object and gets the message from a resource. | |
| 
 | Message associated with the exception. |