----- **Warning: this wiki page is auto-generated by the Arnolyzer solution-build process. Do not directly edit this page, as your changes will be lost on the next commit.** To edit this page, please refer to [Contributing to this project](https://github.com/DavidArno/Arnolyzer/wiki/Contributing.md). These wiki pages reflect the state of the project in development, per the last commit. For details of the latest release of the Arnolyzer Analysers, please see the [Arnolyzer website](http://http://davidarno.github.io/Arnolyzer/). ----- # AA2000 - Do Not Use Not Implemented Exception # **Report code: AA2000-DoNotUseNotImplementedException** ## Summary ##
Status | Implemented |
Description | The NotImplementedException is a direct violation of the Liskov Substitution Principle (LSP) and so must not be used |
Category | Liskov Substitution Principle Analyzers |
Enabled by default: | Yes |
Severity: | Error |