Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 525 Bytes

MA0014.md

File metadata and controls

6 lines (3 loc) · 525 Bytes

MA0014 - Do not raise System.ApplicationException type

From the .NET documentation:

You should derive custom exceptions from the System.Exception class rather than the ApplicationException class. You should not throw an ApplicationException exception in your code, and you should not catch an ApplicationException exception unless you intend to re-throw the original exception.