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