Exceptions
suggest changeAdd ‘exception’ as a suffix
Custom exception names should be suffixed with “-Exception”.
Below are correctly named exceptions:
public class MyCustomException : Exception
public class FooException : Exception
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents