| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Constructs a new exception object and formats the message from a resource.
Source position: sysutilh.inc line 115
public constructor Exception.CreateResFmt(  | 
ResString: PString;  | 
const Args: array of Const  | 
);  | 
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.  |