[#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` that is a copy of `original`. == Synopsis Declared in `<bsls_fuzztestpreconditionexception.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr FuzzTestPreconditionException(xref:BloombergLP/bsls/FuzzTestPreconditionException.adoc[FuzzTestPreconditionException] const& original) = default; ---- == Description 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. == Parameters [cols="1,4"] |=== | Name| Description | *original* | object providing the attribute values to copy |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#