Build your intuition. Is this statement true or false?
In C#, exception classes are the building blocks of exception handling. Custom exception classes allow you to define your own exception types that inherit from the base Exception
class.
Press true if you believe the statement is correct, or false otherwise.