Skip to content

Argument Exception Constructor Argument

Michael Damatov edited this page Jan 17, 2024 · 3 revisions

The analyzer checks what is passed as the message argument to the constructors of the following types:

  • ArgumentException
  • ArgumentNullException
  • ArgumentOutOfRangeException

💡 The analyzer can be deactivated in the ReSharper Options dialog.

References