[#BloombergLP-bsls-ReviewViolation-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/ReviewViolation.adoc[ReviewViolation]::ReviewViolation :relfileprefix: ../../../ :mrdocs: Create a `ReviewViolation` with the specified `comment`, `fileName`, `lineNumber`, `reviewLevel`, and `count`. Note that the supplied `reviewLevel` will usually be one of the `k_LEVEL` constants defined in `bsls::Review` (or see `bsls::Assert` for the levels that will be passed for assertions that are being reviewed). == Synopsis Declared in `<bsls_review.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr ReviewViolation( char const* comment, char const* fileName, int lineNumber, char const* reviewLevel, int count); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#