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