Safe formatted write to an exception message string.
- Deprecated:
- Please use the FmtWriteF() version. That matches the more modern C++ style and is safer.
- Parameters
-
| format | The format string. Each % character is to be replaced by the corresponding argument. Note - only the % is needed and used, don't do for example "%d". To output a %, use "%%". |
| value | The first argument. |
| args | Arguments to the format. Any arbitrary types can be formatted as long as an overload of the << operator is available for that type. |
- Template Parameters
-
| T | The type of the value to be formatted |
| Types | Other types to be formatted. |
References drama::CreateRunDramaTask(), DramaTHROW, and FmtWrite().