[#BloombergLP-bsls-FuzzTestPreconditionException-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/FuzzTestPreconditionException.adoc[FuzzTestPreconditionException]::FuzzTestPreconditionException :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bsls_fuzztestpreconditionexception.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bsls/FuzzTestPreconditionException/2constructor-05.adoc[FuzzTestPreconditionException](xref:BloombergLP/bsls/FuzzTestPreconditionException.adoc[FuzzTestPreconditionException] const& original) = default; ---- [.small]#xref:BloombergLP/bsls/FuzzTestPreconditionException/2constructor-05.adoc[_» more..._]# Create a `FuzzTestPreconditionException` object with the specified `expression`, `filename`, `lineNumber`, `level`, and `isReview`. The behavior is undefined unless `0 < line` and all of `expression`, `filename`, and `level` point to valid null‐terminated character strings that will remain unmodified for the lifetime of this object (e.g., string literals). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit xref:BloombergLP/bsls/FuzzTestPreconditionException/2constructor-0c.adoc[FuzzTestPreconditionException]( char const* expression, char const* filename, int lineNumber, char const* level = "UNKNOWN", bool const isReview = false); ---- [.small]#xref:BloombergLP/bsls/FuzzTestPreconditionException/2constructor-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#