AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ DramaTHROW_F

#define DramaTHROW_F (   status_,
  format_,
  ... 
)    drama::ExceptionThrowSafeF(__func__, __FILE__,__LINE__,(status_), (format_), __VA_ARGS__)

Throw a Drama exception with fmt::format string formatting.

See DRAMA 2 String formatting for details on this formatting approach.

See also
DramaTHROW to output a unformatted string.
ErsReport for interfaces to the underlying Ers system.
Parameters
status_A DRAMA Status code to associate with the message.
format_The format string. fmt::format approach.