[#BloombergLP-bsls-AssertTestException-2constructor-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AssertTestException.adoc[AssertTestException]::AssertTestException :relfileprefix: ../../../ :mrdocs: Create a `AssertTestException` object whose value is that of specified `original`, having the same value for the `expression`, `filename`, and `lineNumber` attributes. Note that this constructor's definition is compiler generated. == Synopsis Declared in `<bsls_asserttestexception.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr AssertTestException(xref:BloombergLP/bsls/AssertTestException.adoc[AssertTestException]&& original) = default; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#