C Sharp (C#) - Exception Handling
You have a custom exception class
FileFormatException that needs to include an error code integer along with the message. How should you implement this?