FormatExceptMsg Function
ImagingUtility

Formats given message for usage in Exception.Create(..).

Pascal
function FormatExceptMsg(const Msg: string; 
                         const Args: array of const): string;
File

ImagingUtility (at line 295)

Description

Use only in except block - returned message contains message of last raised exception.

Related Information
You are here: Symbol Reference > Functions > FormatExceptMsg Function