Because parameter names could be changed during refactoring, they should not be spelled out literally in strings. Instead, use ``NameOf()``, and the string that's output will always be correct.
* When the parameter name is contained in a sentence inside the ``Throw`` statement string, the rule will raise an issue only if the parameter name is at least 5 characters long. This is to avoid false positives.