[#PrintExceptionContinue] = PrintExceptionContinue :mrdocs: Log an exception and its originating thread without rethrowing. == Synopsis Declared in `<util/exception.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void PrintExceptionContinue( std::exception const* pex, std::string_view thread_name); ---- == Parameters [cols="1,4"] |=== | Name| Description | *pex* | The caught exception, or nullptr when the type is unknown. | *thread_name* | The name of the thread where the exception occurred. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#