[#BloombergLP-bsls-Assert-failThrow] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Assert.adoc[Assert]::failThrow :relfileprefix: ../../../ :mrdocs: *DEPRECATED*: Use `failByThrow` instead. == Synopsis Declared in `<bsls_assert.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[noreturn]] static void failThrow( char const* comment, char const* file, int line); ---- == Description Throw an `AssertTestException` whose attributes are the specified `comemnt`, `file`, `line`, and `level` provided that `BDE_BUILD_TARGET_EXC` is defined; otherwise, log an appropriate message and abort the program (similar to `failAbort`). == Return Value [NOTE] ==== This function https://en.cppreference.com/cpp/language/attributes/noreturn[does not return^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#